Mac+ ↓ Download for macOS

Questions about customizing a Mac, answered

Every answer below comes from a guide on this site, and says what macOS does on its own before it says what an app adds. Each one links to the full guide it was taken from.

Animated wallpapers 47

What app should I use for an aesthetic Mac desktop?

Mac+ is a native macOS app that brings animated wallpapers, color palettes, folder icons, and widgets into one interface, so you don't have to hunt for images or edit files one by one.

Full guide : Aesthetic Mac desktop ideas: 5 styles to copy →

How do I recreate the "aesthetic desktop" trend on Mac?

Pick an animated scene that matches the mood you want (soft, dark, retro...), a matching color palette, a folder icon pattern to go with it, and one or two understated widgets. It's the combination of all three that creates the effect, not a single element on its own.

Full guide : Aesthetic Mac desktop ideas: 5 styles to copy →

Does an animated wallpaper slow down a Mac?

With Mac+, scenes are rendered in Metal directly by the GPU rather than the CPU, and everything runs locally with no telemetry. The app is built for everyday use with no noticeable performance impact.

Full guide : Aesthetic Mac desktop ideas: 5 styles to copy →

Can I customize widgets too, not just the wallpaper?

Yes. Mac+ includes 12 widgets in 3 sizes and 4 shapes, using the same color palettes as the animated wallpaper, so the whole desktop stays visually consistent.

Full guide : Aesthetic Mac desktop ideas: 5 styles to copy →

Do animated wallpapers drain MacBook battery?

Not inherently — it depends on how the wallpaper is implemented. A wallpaper that decodes a looping video file and never pauses can noticeably reduce battery life. A wallpaper rendered live on the GPU (Metal), with auto-pause when the screen is off or another app is full screen, and a reasonable frame rate, has a marginal impact — close to a static wallpaper on a MacBook Air M1 in testing.

Full guide : Do animated wallpapers drain your MacBook's battery? →

Does a live wallpaper use more battery than a static one on Mac?

It can, but the gap depends entirely on the rendering method. GPU-rendered scenes with auto-pause and a sensible FPS (like Mac+'s default 60, or 30 for extra savings) add only a small overhead. A video file looping continuously without pause logic adds a much larger, constant decoding cost.

Full guide : Do animated wallpapers drain your MacBook's battery? →

What's the difference between a video wallpaper and a GPU-rendered wallpaper?

A video wallpaper decodes a compressed video file (MP4/MOV) frame by frame, continuously, which costs CPU/decoder time regardless of whether you can see the desktop. A GPU-rendered wallpaper, like Mac+'s Metal-based scenes, generates the animation live on the graphics chip, which is more efficient and can be paused instantly when it isn't visible.

Full guide : Do animated wallpapers drain your MacBook's battery? →

Is a video wallpaper always worse for battery than a rendered one?

Not necessarily worse in every case, but it depends on the video's resolution and length, and whether the app pauses playback when the desktop isn't visible. A well-optimized, short, low-resolution loop with pause logic can be reasonable; a large unoptimized HD file playing endlessly is the scenario that actually drains battery.

Full guide : Do animated wallpapers drain your MacBook's battery? →

Is there a fully free animated wallpaper on Mac?

The closest fully free option with real, continuous motion is macOS's own screensaver-as-wallpaper trick, available since Sonoma. Native dynamic wallpapers are free too but only shift gradually with the time of day, not continuous motion.

Full guide : Free animated wallpapers for Mac, compared honestly →

How do I turn on the screensaver-as-wallpaper trick?

Open System Settings → Screen Saver, choose one of the landscape or aerial scenes, and enable “Show as Wallpaper.” It plays as your desktop background once macOS decides your desktop is idle.

Full guide : Free animated wallpapers for Mac, compared honestly →

Are third-party animated wallpaper apps safe to install?

It varies a lot by app. Check reviews for ads, forced accounts, or background telemetry before installing anything outside the Mac App Store, and prefer apps that clearly state what data they collect.

Full guide : Free animated wallpapers for Mac, compared honestly →

Can I set my own video as a wallpaper on Mac for free?

macOS has no built-in way to loop a personal video as wallpaper. Mac+ supports looping your own video once unlocked; see our step-by-step guide on how to set a video as wallpaper on Mac.

Full guide : Free animated wallpapers for Mac, compared honestly →

Can you set a GIF as wallpaper on Mac?

Not natively. macOS accepts the file but draws only its first frame, because the desktop background is a still-image layer with no GIF decoder behind it. You need either a legacy preference pane like GIFPaper, or — better — to convert the GIF to a video loop and play it with a wallpaper app.

Full guide : How to set a GIF as your wallpaper on Mac →

Why does my GIF wallpaper not move on Mac?

Because macOS took the first frame and painted it as a still image. There's no setting to enable; nothing in the desktop background path advances an animation. Something else has to draw that layer.

Full guide : How to set a GIF as your wallpaper on Mac →

Does GIFPaper still work on modern macOS?

Yes, with caveats. Third-party preference panes still load from ~/Library/PreferencePanes even though System Settings replaced System Preferences in Ventura. But panes are legacy, they don't support dark mode, an unsigned one needs a Gatekeeper approval, and a helper has to keep running for the animation to continue.

Full guide : How to set a GIF as your wallpaper on Mac →

Is a GIF wallpaper bad for performance on a Mac?

It's the least efficient option available. GIF has no meaningful interframe compression and no hardware decoder on any Mac, so every frame is decompressed on the CPU continuously. The same clip as H.264 or HEVC is smaller, looks better, and is decoded by the media engine instead.

Full guide : How to set a GIF as your wallpaper on Mac →

How do I convert a GIF to MP4 on Mac?

With ffmpeg: ffmpeg -i input.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" output.mp4. The pixel-format flag makes it playable everywhere and the scale filter rounds to even dimensions, which H.264 requires — odd dimensions are the usual cause of a failed conversion.

Full guide : How to set a GIF as your wallpaper on Mac →

Why does my GIF wallpaper look grainy or banded?

GIF stores a maximum of 256 colors per frame. Stretched to desktop size, gradients and photographic content band and dither visibly. Converting from the original video source — not from the GIF — is the only real fix, since the color information was thrown away when the GIF was made.

Full guide : How to set a GIF as your wallpaper on Mac →

Can I use a GIF as a Mac screen saver instead?

The screen saver layer has the same constraint: Apple's Aerials are Apple's own video content and there's no supported route for adding your own GIF. Converting to a video loop and using a wallpaper app is the shorter path.

Full guide : How to set a GIF as your wallpaper on Mac →

Can I set my own video as a Mac wallpaper without installing anything?

Not really. macOS only lets you loop a roughly 3-second Live Photo or one of Apple's own aerial screensavers as wallpaper, and both stop moving while you're actively working. To loop an MP4 or MOV you own, continuously and under your icons, you need an app built for it, like Mac+.

Full guide : How to set a video as wallpaper on Mac →

What video formats can I use as a wallpaper on Mac?

System Settings doesn't accept a video file directly — only Live Photos and Apple's built-in aerial scenes. Mac+ imports standard MP4 and MOV files and loops them with GPU rendering, no conversion needed.

Full guide : How to set a video as wallpaper on Mac →

Does a video wallpaper drain a MacBook's battery?

It can, depending on frame rate and resolution — see our full breakdown in do animated wallpapers drain MacBook battery?. Mac+ lets you cap the frame rate at 30, 60 or 120 fps and auto-pauses on battery, full-screen apps and the screensaver to keep the impact marginal.

Full guide : How to set a video as wallpaper on Mac →

Can I get a video wallpaper on Mac for free?

Mac+'s free tier requires no account and lets you try the app itself — see free animated wallpapers for Mac for exactly what's included before deciding whether to unlock everything with the one-time 9.99€ purchase.

Full guide : How to set a video as wallpaper on Mac →

Does a video wallpaper work across multiple monitors on Mac?

With Mac+, yes — it's built for multi-display setups, with resolution adjusted per screen so a second monitor doesn't take an unnecessary performance hit.

Full guide : How to set a video as wallpaper on Mac →

What's the difference between a Live Photo wallpaper and a real video wallpaper?

A Live Photo is a roughly 3-second clip tied to a single photo, with motion you don't fully control and that freezes once you start working. A real video wallpaper, like the ones Mac+ renders, loops any video length continuously under your icons and windows, with an adjustable frame rate.

Full guide : How to set a video as wallpaper on Mac →

Does Mac have live wallpaper like iPhone?

Not the exact same feature. iPhone's Live Wallpaper plays a short animation when you touch and hold the screen; macOS has no built-in tap-triggered wallpaper. Since Sonoma, macOS can show a screen saver as a continuously moving wallpaper instead, and apps like Mac+ add a wallpaper that's animated all the time on the GPU.

Full guide : Can you get live wallpaper like iPhone on Mac? →

Can I use my iPhone's Live Photos as a Mac wallpaper?

Not as a tap-triggered Live Photo — macOS doesn't read Live Photo motion data for the desktop background. You can export a Live Photo's underlying video and use it as a looping wallpaper in an app like Mac+, but it will loop continuously rather than react to touch.

Full guide : Can you get live wallpaper like iPhone on Mac? →

How do I get an animated background on Mac?

Two options: enable a screen saver as wallpaper in System Settings → Screen Saver (macOS Sonoma or later), or install a dedicated app such as Mac+ for continuously animated GPU scenes, custom video backgrounds, and more control over FPS, palettes and auto-pause.

Full guide : Can you get live wallpaper like iPhone on Mac? →

Does an animated wallpaper drain a MacBook's battery?

Barely, if it's built well. Mac+ renders 100% on the GPU with Metal, lets you cap the frame rate at 30, 60 or 120 FPS, and pauses automatically when the screen sleeps or a window covers the desktop, so the battery impact stays marginal.

Full guide : Can you get live wallpaper like iPhone on Mac? →

Can I set my own video as a live wallpaper on Mac?

Yes, with Mac+ — drop in your own looping video (or an image) as the desktop background, in addition to its 15 built-in GPU scenes.

Full guide : Can you get live wallpaper like iPhone on Mac? →

What's the closest thing to iPhone's Live Wallpaper on Mac?

The closest native option is macOS's screen-saver-as-wallpaper toggle (Sonoma and later), which plays continuous ambient motion. For a desktop that's genuinely animated all the time, with more variety, apps like Mac+ render live GPU scenes, accept your own video, and offer 44 color palettes.

Full guide : Can you get live wallpaper like iPhone on Mac? →

Can you set a different wallpaper on each monitor on a Mac?

Yes, and it's built in. Open System Settings > Wallpaper with both displays connected: a preview appears for each screen at the top. Click the one you want to change and pick an image — it applies to that display only. Apple's wallpaper support page doesn't mention this, which is why it's widely assumed to be impossible.

Full guide : Live wallpaper on multiple monitors on Mac →

Can macOS put a live wallpaper on a second monitor?

Not on its own. macOS gives you a different still image per display, and Apple's Aerial screen savers, which stop on a still frame as soon as you unlock the Mac. For a continuously animated wallpaper on an external display you need a third-party app such as Mac+, which enables the wallpaper per screen.

Full guide : Live wallpaper on multiple monitors on Mac →

Does "Show as wallpaper" keep animating on all displays?

No. The Aerial plays while the Mac is idle and slows to a stop when you unlock it, leaving a still frame as the desktop background — on every display. It's an animated transition, not a moving desktop.

Full guide : Live wallpaper on multiple monitors on Mac →

Why does my Mac wallpaper reset when I unplug my monitor?

macOS stores the wallpaper per display, so a screen it can no longer see is one it can't restore reliably. Reconnecting usually means setting it again. Apps that re-apply the wallpaper when a display is connected — Mac+ does this automatically — avoid the round trip.

Full guide : Live wallpaper on multiple monitors on Mac →

Can one wallpaper span across two monitors on a Mac?

There's no native span mode. macOS treats each display as a separate canvas, so a panoramic image is centered and cropped on each screen rather than split across both. You'd need a third-party tool that slices the image per display.

Full guide : Live wallpaper on multiple monitors on Mac →

Does running an animated wallpaper on two screens double the load?

It adds a second surface to draw, so it isn't free — but what matters far more is how the wallpaper is produced. A GPU-rendered scene with auto-pause costs much less than two software-decoded video loops running unconditionally. Look for adjustable frame rate and pause-when-covered behavior before counting screens.

Full guide : Live wallpaper on multiple monitors on Mac →

Is there a live wallpaper app for Mac with no subscription?

Yes — paying once is the dominant model among the independent Mac developers in this category. Read on each vendor’s own page on 29 August 2026: MacWall at $7.99 on launch sale (list $14.99), Reactive Wallpaper at $8.99, MotionDesk at $9.99, Wallspace at $12.99 and Wallper at $14.99 are all one-time purchases, and Mac+ sells lifetime access for €9.99.

Full guide : What live wallpaper apps for Mac actually cost →

How much do Mac live wallpaper apps cost in 2026?

On 29 August 2026, one-time licences ran from $7.99 to $14.99, and euro-priced lifetime options from €9.99 to €29.99. Subscriptions in the same category ran from €1.99 a month to $2.99 a week, which is $466.44 over three years. The dynamic and aerial wallpapers built into macOS cost nothing at all.

Full guide : What live wallpaper apps for Mac actually cost →

Do Mac App Store wallpaper apps charge weekly subscriptions?

Some do. One free App Store app listed exactly two in-app purchases on 29 August 2026: weekly premium at $2.99 and yearly premium at $29.99. Weekly works out at $155.48 a year and $466.44 over three years, against $89.97 for the annual plan. After eleven weekly charges you have already paid more than a full year.

Full guide : What live wallpaper apps for Mac actually cost →

Does a lifetime licence cover future macOS versions?

None of the pricing pages read on 29 August 2026 names a version ceiling, which is encouraging without being a guarantee. Wallpaper apps sit on macOS internals, so a major release is exactly when such a clause counts — two apps already reserve animated lock-screen wallpapers for macOS 26. Ask the developer by email before buying.

Full guide : What live wallpaper apps for Mac actually cost →

How many Macs does one wallpaper app licence cover?

Between one and five, depending on the tier. Wallper’s $14.99 covers up to 3 Macs and its $24.99 tier covers 5. MacWall’s terms give 3 for Pro and 5 for Pro Plus, enforced per licence key. Wallspace licenses one Mac and sells packs instead: $19.49 for two, $27.28 for three, $38.97 for five on 29 August 2026.

Full guide : What live wallpaper apps for Mac actually cost →

What is WallpaperVideoExtension on Mac?

It is an Apple system extension that renders video wallpapers on macOS. The binary lives at /System/Library/ExtensionKit/Extensions/WallpaperVideoExtension.appex/Contents/MacOS/WallpaperVideoExtension, alongside WallpaperImageExtension for still wallpapers and, on macOS 26, WallpaperAerialsExtension for Tahoe's aerial clips. It is started and managed by macOS, not by anything you installed.

Full guide : WallpaperVideoExtension is eating your CPU — here's what that process actually is →

Why is WallpaperVideoExtension using so much CPU?

Because a video wallpaper has to be decoded continuously while it plays. Users on Apple's forums reported 20 to 100 % CPU on macOS 14 (readings posted between March and August 2024, on M1, M2 Pro and M3 machines) and up to 1 GB of RAM in October 2023. All those figures are Sonoma-era: there is no published measurement of this process on macOS 26.

Full guide : WallpaperVideoExtension is eating your CPU — here's what that process actually is →

Can I delete or disable WallpaperVideoExtension?

No. It sits on the signed system volume, which Apple describes as verifying system content at runtime and rejecting “any data without a valid cryptographic signature from Apple”. You cannot remove or edit it. Quitting it in Activity Monitor works for a moment — users describe it “restarting, almost immediately” — so the practical levers are your wallpaper and screen saver choices, not the process.

Full guide : WallpaperVideoExtension is eating your CPU — here's what that process actually is →

Is WallpaperVideoExtension a virus?

No, it is a signed Apple component that ships with macOS. You can confirm it yourself from the path: legitimate copies live inside /System/Library/ExtensionKit/Extensions/, on the read-only system volume that nothing can write to. A file with a similar name anywhere else — your home folder, /Applications, a downloads directory — would not be this extension.

Full guide : WallpaperVideoExtension is eating your CPU — here's what that process actually is →

What's the difference between WallpaperVideoExtension, WallpaperAerialsExtension and WallpaperAgent?

WallpaperVideoExtension decodes video wallpapers and WallpaperAerialsExtension handles Tahoe's aerials on macOS 26, which is why searching only for the first name on 26.x often finds nothing. WallpaperAgent is the service that drives the set; contrary to a widely copied claim, it is not a renamed extension — it appeared in process listings back in the Ventura and Sonoma era, side by side with WallpaperVideoExtension.

Full guide : WallpaperVideoExtension is eating your CPU — here's what that process actually is →

Folder icons 40

Why is my custom folder icon blurry on Mac?

Most often because the clipboard held a small icon thumbnail rather than the image itself. Copying a file's icon from its Get Info window gives you a 32 or 128 pixel representation; opening the image in Preview and pressing ⌘A then ⌘C gives you the full-resolution picture. The second one produces a sharp folder icon.

Full guide : Custom folder icon blurry on Mac? Here's why →

What size should a Mac folder icon be?

1024 × 1024 pixels, square. macOS builds every smaller representation down from your source, and downscaling is clean while upscaling is not. A 512 × 512 image looks fine in small views but goes soft at large icon sizes on a Retina display.

Full guide : Custom folder icon blurry on Mac? Here's why →

Does the image have to be square?

Yes, in practice. Icon slots are square, so a rectangular image gets fitted inside one with empty space around it. The visible artwork ends up drawn at a fraction of the slot's resolution, which reads as blurry even when the source file was large. Crop to 1:1 before copying.

Full guide : Custom folder icon blurry on Mac? Here's why →

Should I use PNG or JPEG for a folder icon?

PNG. JPEG cannot store transparency, so any transparent background becomes white, and its lossy compression adds artifacts that get magnified when the image is scaled into an icon. PNG keeps both the transparency and the detail.

Full guide : Custom folder icon blurry on Mac? Here's why →

My icon looked fine and now it's blurry again. Why?

Usually Finder redrawing a cached representation. Relaunch Finder by Option-right-clicking it in the Dock and choosing Relaunch, or log out and back in. If the icon has also travelled through a zip archive or a third-party cloud sync, it may genuinely have been stripped or degraded — custom icons live in Finder metadata, not in the folder.

Full guide : Custom folder icon blurry on Mac? Here's why →

How do I clear the icon cache on macOS?

You mostly shouldn't need to. Relaunching Finder, logging out, or restarting clears what's realistically clearable. On current macOS the icon services cache is system-managed and protected, and deleting it by hand tends to create more problems than it solves.

Full guide : Custom folder icon blurry on Mac? Here's why →

Is there a way to avoid this entirely?

Use an app that renders the icon at full resolution instead of pasting an image through the clipboard. Mac+ maps its patterns onto the real macOS folder shape and generates every icon representation itself, so there is no source file resolution to get wrong, and it can apply a style to many folders at once.

Full guide : Custom folder icon blurry on Mac? Here's why →

Did the macOS 26.4 update delete my custom folder icons?

Almost certainly not. The artwork stayed on the disk; macOS 26.4 stopped reading it. That is why the people who waited and installed macOS 26.4.1 on 9 April 2026 saw their icons come back on their own, in many cases straight after a restart, without re-applying anything.

Full guide : Custom folder icons gone after a macOS update: what actually happened →

Which Macs were affected by the macOS 26.4 folder icon bug?

Intel machines, essentially: the Mac Pro 7,1 and the 2019 rack Mac Pro, the 2019 16-inch MacBook Pro and the 2020 27-inch iMac are the models named in the threads. Owners of M1, M2 and M2 Ultra hardware posting alongside them saw nothing, and one user found his icons intact on copies moved to an M1 MacBook Pro. The separate dot-in-the-name case does affect Apple silicon too.

Full guide : Custom folder icons gone after a macOS update: what actually happened →

Why don't the macOS 26.4.1 release notes mention the folder icon fix?

Apple's public note says only "This update provides bug fixes for your Mac", and its enterprise note names a single fix, for 802.1X Wi-Fi on M5 MacBook models. The icon fix was real but unannounced: it was described by the specialist press and by developers' blogs, including a binary comparison showing that the only system change in the update was in the private framework for Icon Services.

Full guide : Custom folder icons gone after a macOS update: what actually happened →

How can I tell whether a custom folder icon is still stored on disk?

Open Terminal, type "ls -lab" with a trailing space, drag the folder in and press Return. If the listing includes a file named Icon followed by a carriage return — shown as Icon\r or Icon^M — the artwork is still there. Then run "xattr -l" on the same folder: com.apple.FinderInfo is the flag that tells the Finder to use it. Both commands only read, they change nothing.

Full guide : Custom folder icons gone after a macOS update: what actually happened →

Why does the colour or emoji disappear on folders whose name contains a dot?

It has been reported since 25 March 2026, on folders named like "macOS 26.4", reproduced on three Macs and then found independently by another user, and it was still failing on 15 April 2026 after 26.4.1. It concerns Tahoe's Customize Folder panel — colour, symbol, emoji — not pasted artwork, and it is not limited to Intel Macs. Apple has said nothing about it, so try a name without a dot.

Full guide : Custom folder icons gone after a macOS update: what actually happened →

Why does my folder icon show a white document page instead of my image?

You copied the image file rather than the image inside it. Selecting a PNG in Finder and pressing ⌘C copies the file, so macOS pastes the generic PNG document icon. Open the image in Preview first, press ⌘A then ⌘C, and paste again.

Full guide : Folder icon not changing on Mac? Here's why →

Why does my custom folder icon revert after restarting?

Three likely causes. The folder is in iCloud Drive, where icon metadata doesn't survive sync reliably. Or you don't have Read & Write permission, so the change never persisted. Or a macOS update cleared it — macOS 26.4 shipped a regression that wiped custom icons for many users, so check Software Update first.

Full guide : Folder icon not changing on Mac? Here's why →

Why can't I change the icon on my Applications folder?

System Integrity Protection blocks custom icons on Applications, Library, System and Users. There is no workaround. Create an alias to the folder and put the custom icon on the alias instead — aliases accept icons normally.

Full guide : Folder icon not changing on Mac? Here's why →

Is Customize Folder in macOS 26 Tahoe affected by the same problems?

Mostly no, because it doesn't use the clipboard or Get Info. It is greyed out on system-protected folders, and it can appear greyed out generally if you have no favourite tag set — add one in Finder → Settings → Tags. It only offers Apple's color palette plus stock symbols and emoji, not your own artwork.

Full guide : Folder icon not changing on Mac? Here's why →

How do I put the original blue folder icon back?

Select the folder, press ⌘I, click the small icon at the top-left of the Info window, and press Delete. It returns to the macOS default immediately. On macOS 26 Tahoe you can also open Customize Folder and choose Reset.

Full guide : Folder icon not changing on Mac? Here's why →

Can I change several folder icons at once?

Not with Get Info — it is strictly one folder at a time, and the clipboard has to be reloaded for each different image. Batch styling is exactly what a tool like Mac+ is for: pick a pattern once and apply it across a whole set of folders.

Full guide : Folder icon not changing on Mac? Here's why →

Why do custom folder icons disappear on my external hard drive?

Nine times out of ten because the drive is formatted exFAT or FAT32. A folder icon isn't stored in the folder — it's an icns resource in an extended attribute on a hidden Icon file, plus a flag in another attribute on the folder itself. Those Windows-compatible formats have no native support for extended attributes, so macOS falls back to hidden ._ sidecar files and the result is unreliable.

Full guide : Custom folder icons won't stick on an external drive →

Do custom folder icons work on an exFAT drive on a Mac?

Not dependably. Users have reported the failure on Ventura in November 2022, on Sonoma in December 2023, and again on macOS 26 Tahoe in January 2026, with at least one documented remission in Sonoma 14.3. So it isn't “it never worked” and it isn't “it works” — it's a behaviour Apple has never guaranteed on FAT file systems, and it changes from release to release.

Full guide : Custom folder icons won't stick on an external drive →

What is the Icon? file that appears inside my folder?

It's the container macOS creates for a custom folder icon: a hidden file named Icon followed by a carriage return. It holds no data at all, by design — the artwork lives in an extended attribute on it, so a size of zero bytes is normal, on APFS as much as on exFAT. Don't delete it if your icon is working; deleting it removes the icon.

Full guide : Custom folder icons won't stick on an external drive →

How do I change the icon of an external drive on a Mac?

A drive icon works differently from a folder icon: it relies on a real .VolumeIcon.icns file at the root of the volume, which is file content rather than metadata. Export your image as .icns in Preview, copy it, then select the drive, open Get Info and paste onto the thumbnail at the top of the window. It's the only customisation with reports of success on FAT32 and exFAT — though volume icons have also been reported to fail often since macOS 13.1.

Full guide : Custom folder icons won't stick on an external drive →

Why did my external drive icons turn into the Adobe Creative Cloud logo?

Because Adobe registers Core Sync and Creative Cloud as macOS File Provider extensions, and that mechanism, designed for cloud storage, also claims external drives. Go to System Settings > General > Login Items & Extensions, find the Extensions section in By Category view, click the i next to File Providers, and switch off Core Sync and Creative Cloud. You lose Creative Cloud file syncing and its status badges, and the setting may come back after an Adobe update.

Full guide : Custom folder icons won't stick on an external drive →

Will reformatting to APFS stop Windows from reading my drive?

Yes, natively. Windows doesn't read APFS or Mac OS Extended without third-party software, which is the real trade-off of this page: reliable folder icons, or a disk that any PC can open. If you need both, keep the drive exFAT and store the folders inside an APFS disk image placed on it — the drive stays readable on Windows, and the image opens on Macs only.

Full guide : Custom folder icons won't stick on an external drive →

Does macOS have a built-in folder color setting?

Yes, since macOS 26 Tahoe. Control-click a folder in Finder, choose Customize Folder, then click a colored circle. On macOS 15 and earlier there is no color control — the only option there is pasting an image of a colored folder over the icon via Get Info.

Full guide : How to change a folder color on Mac →

Why is Customize Folder greyed out on my Mac?

The option is wired to Finder tags, and it's widely reported to stay dimmed until you have at least one favorite tag. Open Finder > Settings > Tags, drag a tag into the Favorite Tags area, then Control-click your folder again. Also check you're clicking a real folder rather than an alias or a search result.

Full guide : How to change a folder color on Mac →

How do I change a folder color on macOS 15 or earlier?

Copy a square PNG of a colored folder in Preview (⌘C), select your folder, press ⌘ + I, click the small icon at the top-left of the Get Info window, and paste with ⌘V. Our step-by-step guide covers the exact clicks and the usual mistakes.

Full guide : How to change a folder color on Mac →

Can I use a custom color that isn't in Apple's palette?

Not natively — Customize Folder offers the seven Finder tag colors and no color picker. If you need a specific shade, an app like Mac+ applies 44 palettes directly to the real folder shape, or you can paste your own artwork through Get Info.

Full guide : How to change a folder color on Mac →

Does coloring a folder also tag it?

Yes. The circles in Customize Folder are Finder tags, so picking a color applies that tag to the folder. You can rename or re-color the tags in Finder > Settings > Tags, and the folder colors follow.

Full guide : How to change a folder color on Mac →

Which folders can't be customized?

Apple excludes the macOS Applications, Library, System and Users folders. Aliases can't be customized either, and the option doesn't appear when you Control-click a result in a Finder search window.

Full guide : How to change a folder color on Mac →

How do I undo a folder color change?

On macOS 26 Tahoe, reopen Customize Folder, click Clear to drop the symbol and deselect the color — the folder returns to standard blue. With the older Get Info method, select the small icon at the top-left of the window and press Delete. In Mac+, select the folder and click Reset.

Full guide : How to change a folder color on Mac →

What's the difference between a folder color and a folder icon?

A color tints the standard macOS folder shape; an icon replaces the folder's picture entirely. Tahoe's Customize Folder handles color plus a stock symbol or emoji. For your own artwork you still need the Get Info paste method or a dedicated app.

Full guide : How to change a folder color on Mac →

Can you change a folder icon on Mac without an app?

Yes, two ways. On macOS 26 Tahoe, Control-click the folder and choose Customize Folder to add a color plus a stock symbol or emoji. For your own artwork on any recent macOS, select the folder, press ⌘ + I, click the small icon at the top-left of the Get Info window and paste an image with ⌘V.

Full guide : How to change a folder icon on Mac →

What is Customize Folder on macOS Tahoe?

It's the folder customization panel Apple added in macOS 26 Tahoe. Control-click a folder and choose Customize Folder to pick one of the Finder tag colors and a stock symbol from categories such as People, Animals, Food, Activity, Travel, Objects and Symbols — or click Emoji to use an emoji instead.

Full guide : How to change a folder icon on Mac →

Can I use my own image with Customize Folder?

No. The panel only offers Apple's stock symbols and emoji. For a custom picture — a logo, an illustration, a downloaded icon — use the Get Info paste method, or an app like Mac+ that fits your own image onto the real folder shape.

Full guide : How to change a folder icon on Mac →

Why is Customize Folder greyed out?

The option is tied to Finder tags and is widely reported to stay dimmed until you have at least one favorite tag. Open Finder > Settings > Tags, drag a tag into the Favorite Tags area, then try again. Aliases and Finder search results never offer it.

Full guide : How to change a folder icon on Mac →

How do I change a folder color on Mac?

On macOS 26 Tahoe, Control-click the folder, choose Customize Folder and click a colored circle. You get the seven Finder tag colors. If you need a shade that isn't in that palette, Mac+ recolors the real folder shape with 44 palettes — see our full guide on changing a folder color on Mac.

Full guide : How to change a folder icon on Mac →

How do I reset a folder icon back to normal?

For a pasted custom icon: open Get Info (⌘ + I), click the small icon in the top-left so it's highlighted, and press Delete. For a Tahoe customization: reopen Customize Folder, click Clear and deselect the color. Either way the folder returns to the default macOS look.

Full guide : How to change a folder icon on Mac →

What image size should a Mac folder icon be?

Use a square image of at least 512×512 pixels for a crisp result. A transparent PNG looks best because the background won't cover the folder shape.

Full guide : How to change a folder icon on Mac →

Which folders can't have a custom icon?

The macOS Applications, Library, System and Users folders are excluded from Customize Folder, and system-owned folders will also refuse a pasted icon with a permissions warning. Check the permissions section at the bottom of the Get Info window if a folder you own won't budge.

Full guide : How to change a folder icon on Mac →

Desktop widgets 10

How do I add widgets to my Mac desktop?

Control-click an empty part of the desktop, choose Edit Widgets, then click or drag any widget from the gallery onto the desktop. It works in macOS 14 Sonoma and later, including macOS 26 Tahoe.

Full guide : How to add widgets to your Mac desktop →

Why don't I see the Edit Widgets option?

You need macOS 14 Sonoma or later — macOS 26 Tahoe included. On macOS 13 Ventura and earlier, widgets only live in Notification Center, not on the desktop itself — check your macOS version in About This Mac and update if needed.

Full guide : How to add widgets to your Mac desktop →

Can I use my iPhone's widgets on my Mac desktop?

Yes, if your iPhone runs iOS 17 or later and is signed into the same Apple Account as your Mac and nearby (or on the same Wi-Fi network). Its widgets appear in the same Edit Widgets gallery under iPhone Widgets.

Full guide : How to add widgets to your Mac desktop →

Can I resize or move a desktop widget after adding it?

Yes. Right-click the widget for size options, and drag it anywhere on the desktop or onto a second display — nothing is locked in place.

Full guide : How to add widgets to your Mac desktop →

Do desktop widgets slow down my Mac or use extra battery?

Apple's widgets refresh on a schedule set by each app, so the impact is minimal. Mac+ renders its widgets locally with no telemetry and no ads, and is built to be lightweight — it lives quietly in the menu bar.

Full guide : How to add widgets to your Mac desktop →

Why do my Mac desktop widgets disappear when I open an app?

Because they sit on the desktop layer, behind your windows. Apple states it directly: “If your desktop widgets are hidden by other windows, click the wallpaper to move the open windows away so you can see the widgets.” Whether that click works depends on a setting: in System Settings > Desktop & Dock > Desktop & Stage Manager, macOS 26 Tahoe offers “Show Desktop” with “Always on Wallpaper Click” or “Only in Stage Manager on Click”. On the second value, clicking the wallpaper won't clear your windows. Separately, “Dim widgets on desktop” (Automatically / Always / Never) can make widgets look faded rather than gone.

Full guide : Mac desktop widget apps, compared →

Can Mac desktop widgets stay on top of other windows?

Not natively — Apple's own documentation says desktop widgets get hidden by open windows. WidgetWall is the only app in this comparison whose publisher documents a pin-above-windows option: its Setapp listing says “You can even pin the widget to the top so it always floats above other windows”, and its App Store release notes mention a “Pin to Top” setting. That is reported from the publisher, not verified on a machine here. Kepo takes the other route entirely: a keyboard shortcut opens a panel over whatever app you're using.

Full guide : Mac desktop widget apps, compared →

Is Widgetsmith available on Mac?

There is no Widgetsmith app for macOS. The official site names the iPhone, iPad and Apple Watch only, and its single download button points at the iPhone App Store listing. What Apple does document is that widgets from iPhone apps appear on the Mac when three conditions are met: the iPhone runs iOS 17 or later, both devices are signed in to the same Apple Account, and the iPhone is near the Mac or on the same Wi-Fi network. That's the Apple rule, not a test result for any specific app.

Full guide : Mac desktop widget apps, compared →

Which Mac widget apps are a one-time purchase instead of a subscription?

All prices checked 28 August 2026. Free: the built-in macOS gallery, Übersicht (GPL v3), GeekTool (donation-supported) and Plash. One-time purchase: Orbl Premium at $29 for the first 50 buyers then $49, Kepo's $36.99 lifetime buyout with your own model key, WidgetWall's lifetime tiers at $39.99 and $49.99, and Mac+ at €9.99. Subscriptions: WidgetWall ($1.99/month or $19.99/year), Kepo Pro ($4.95/month or $59.40/year) and Color Widgets Pro; Mac+ also offers €1.99/month if you'd rather not buy outright.

Full guide : Mac desktop widget apps, compared →

Do Mac desktop widget apps work on Intel Macs?

It varies more than you'd expect, so check before downloading. Orbl announces macOS 14 or later on Apple Silicon only, with no Intel support. Kepo ships an ARM64 DMG and publishes no minimum macOS version. WidgetWall, Übersicht and Color Widgets all list macOS 12.0 or later. Plash requires macOS 26.4 or later. GeekTool publishes no compatibility information at all. Mac+ covers macOS 13 Ventura and later on both Apple Silicon and Intel, the widest requirement set in this comparison.

Full guide : Mac desktop widget apps, compared →

Customizing macOS 3

Is there a single app that does wallpapers, folder icons and widgets on Mac?

Yes. Mac+ is a native macOS app that combines all three in one lightweight tool: 15 GPU-rendered animated wallpapers, 52 custom folder-icon patterns, and 12 desktop widgets, all sharing the same 44 color palettes.

Full guide : Is there an all-in-one app for Mac desktop customization? →

Do I need several apps to fully customize a Mac desktop?

No, not anymore. Historically people installed a separate wallpaper app, a folder-icon utility and a widget app. Mac+ replaces that stack with a single native app, avoiding three background processes and three sets of permissions.

Full guide : Is there an all-in-one app for Mac desktop customization? →

Does an all-in-one customization app slow down my Mac?

Mac+ is designed to be light: rendering is 100% GPU with Metal, adjustable between 30/60/120 FPS, and it automatically pauses when the screen sleeps or a window covers the wallpaper — lighter than running several separate background apps at once.

Full guide : Is there an all-in-one app for Mac desktop customization? →

About Mac+ itself 9

Is Mac+ free?

Yes, there's a genuine free tier to try the app, with access to a selection of scenes, palettes, icons, and widgets. The full version is a one-time €9.99 purchase (or an optional €1.99/month plan).

Full guide : Aesthetic Mac desktop ideas: 5 styles to copy →

Will Mac+ work on my Mac?

Mac+ requires macOS 13 or later and runs equally well on Apple Silicon (M1 and up) and Intel Macs.

Full guide : Aesthetic Mac desktop ideas: 5 styles to copy →

Does Mac+ collect data or show ads?

No. Everything renders locally, there is no ads SDK and no user telemetry. The optional account only syncs your Pro entitlement across your own Macs.

Full guide : Is there an all-in-one app for Mac desktop customization? →

Does Mac+ work on Apple Silicon Macs?

Yes. Mac+ is a native app optimized for Apple Silicon (M1–M4) and also runs on Intel Macs, on macOS 13 Ventura or later.

Full guide : Is there an all-in-one app for Mac desktop customization? →

Should I lower the frame rate to save battery on Mac+?

If you're on battery and want to maximize runtime, dropping from 60 to 30 FPS reduces GPU work with little visible difference for a background wallpaper. 60 FPS is the default and is smooth enough for most people; 120 FPS is available but uses more power.

Full guide : Do animated wallpapers drain your MacBook's battery? →

Does Mac+ pause the wallpaper automatically to save battery?

Yes. Mac+ automatically pauses rendering when the screen is asleep or another app is running in full screen, since the wallpaper isn't visible in either case — there's no reason to keep the GPU rendering it.

Full guide : Do animated wallpapers drain your MacBook's battery? →

Is Mac+ actually free?

You can install it with no account and try folder icons, the palette system and a couple of widgets for free. The full library of animated wallpaper scenes, palettes and widgets unlocks with a one-time 9.99€ lifetime purchase (or an optional €1.99/month plan).

Full guide : Free animated wallpapers for Mac, compared honestly →

Apple's widgets come from the Edit Widgets gallery, in three rectangular sizes, and once pinned to the desktop sit in the same layer as your icons. Mac+ adds 12 dedicated desktop widgets in 3 sizes and 4 shapes that render underneath your open windows, so they stay visible however many apps you have open.

Full guide : How to add widgets to your Mac desktop →

Do I need Mac+ Pro to use a live wallpaper on multiple displays?

No. Multi-display is included in the Mac+ free tier, so you can check that your setup behaves the way you want before deciding anything.

Full guide : Live wallpaper on multiple monitors on Mac →

← All guides