How to Change Thumbnails on Folders (Windows, Mac & Beyond)

Folder thumbnails are more than decoration — they're visual signposts that help you navigate large file systems faster. Whether you're organizing a creative project, building a media library, or just tired of looking at identical yellow folder icons, changing folder thumbnails is a practical skill with a few different paths depending on your operating system, workflow, and how deep you want to go.

What "Folder Thumbnail" Actually Means

The term means slightly different things depending on context.

On Windows, folders can display a custom icon (a single image replacing the default folder shape) or a thumbnail preview — the automatic mosaic of images inside the folder, shown in certain view modes. These are controlled separately.

On macOS, every folder has an icon, and you can replace that icon with any image. macOS doesn't generate automatic thumbnail mosaics the same way Windows does, but the visual result is similar.

On mobile platforms like iOS and Android, folder appearance is more restricted — apps like Google Photos or Files by Google show auto-generated previews, and customization depends heavily on the app.

Understanding which type you're changing matters before you start.

How to Change Folder Icons on Windows 🖥️

Windows gives you two main methods: the built-in Properties dialog and third-party tools.

Using Folder Properties (Built-In Method)

  1. Right-click the folder and select Properties
  2. Go to the Customize tab
  3. Click Change Icon under the "Folder icons" section
  4. Browse for an .ico file or choose from the system library
  5. Click OK and Apply

The catch: Windows only accepts .ico format files for this method. If you have a PNG or JPG you want to use, you'll need to convert it first using a free online converter or a tool like IrfanView.

Making Thumbnail Previews Show Folder Contents

If your goal is to see image previews on the folder itself (the mosaic effect), make sure:

  • Your view is set to Medium icons or larger
  • Thumbnail previews are enabled (check via File Explorer Options → View → uncheck "Always show icons, never thumbnails")
  • The folder actually contains images — Windows pulls from the files inside

You can also drop a file named folder.jpg into any folder, and Windows Media Player and some other apps will pick it up as the folder's cover art automatically.

How to Change Folder Icons on macOS 🍎

macOS makes this straightforward with copy-paste icon replacement.

  1. Open the image you want to use in Preview
  2. Select All (⌘A) and Copy (⌘C)
  3. Right-click the folder → Get Info (⌘I)
  4. Click the small folder icon in the top-left of the Get Info window
  5. Paste (⌘V)

The folder icon updates immediately. You can use PNG, JPEG, or any image format that Preview can open — macOS converts it automatically.

To revert, open Get Info again, click the custom icon in the top-left, and press the Delete key.

Third-Party Apps for macOS

Apps like Folder Colorizer (cross-platform) or Foldery (Mac-specific) let you batch-change folder colors and icons with more control. These are useful if you're managing dozens of folders with a consistent visual system.

Key Variables That Affect Your Approach

Not every method works the same for every setup. Several factors determine which path makes sense:

VariableWhy It Matters
Operating system versionOlder Windows versions may lack the Customize tab on certain folder types
Folder typeSystem folders, library folders, and network folders often block icon changes
File formatWindows requires .ico; macOS is more flexible
Sync servicesCloud-synced folders (OneDrive, Dropbox, iCloud) may not preserve custom icons across devices
PermissionsFolders in protected directories require admin access to modify
ScaleChanging one folder manually is easy; changing 50 folders points toward scripting or third-party tools

When Custom Icons Don't Stick

A common frustration: you set a custom icon, it looks great, then it reverts. A few known causes:

  • Icon cache corruption on Windows — the thumbnail database (IconCache.db) can get out of sync. Clearing it (via Disk Cleanup or manually from AppData) usually resolves this.
  • Cloud sync stripping metadata — services like Dropbox and OneDrive sync file contents but don't always preserve Windows icon customizations, which are stored in a hidden desktop.ini file. The icon may look correct locally but appear default on another machine.
  • Read-only folders — if the folder is read-only, Windows can't write the desktop.ini file needed to remember the custom icon.

On macOS, icon data is stored in the file's resource fork. Some sync tools don't preserve this, which causes the same revert behavior when accessing files on Windows or via certain cloud platforms.

Changing Folder Thumbnails at Scale

If you're managing a large media library or project folder structure, manual icon-by-icon editing doesn't scale. Options here include:

  • PowerShell scripting on Windows to batch-write desktop.ini files with custom icon paths
  • Automator workflows on macOS for batch icon replacement
  • Third-party file managers like Directory Opus (Windows) or Path Finder (Mac), which have built-in icon management features
  • Media managers like Plex or Jellyfin, which handle folder art entirely within their own systems — making OS-level thumbnail changes irrelevant if you're using a dedicated media app

The Part That Depends on You

The mechanics here are consistent — but the right approach varies significantly based on whether you're customizing a handful of personal folders or maintaining a structured library across multiple devices and sync services. Someone working entirely locally on a single Windows machine has a very different situation than someone with a shared cloud-synced folder structure that needs to look consistent for a team.

What the icons are for, how many there are, whether they need to survive sync and sharing, and how much visual consistency matters — those are the variables that turn a simple icon swap into a system design decision.