How to Change Folder Icons on Mac: A Complete Guide

Customizing folder icons on your Mac is one of those small tweaks that can make a surprisingly big difference — whether you're organizing a cluttered desktop, building a color-coded filing system, or just making your workspace feel more like your own. macOS makes this possible through a few different methods, each suited to different skill levels and goals.

What Changing a Folder Icon Actually Does

When you change a folder icon on a Mac, you're replacing the visual thumbnail that macOS displays in Finder, on your desktop, and in the Dock. The folder itself isn't modified — its contents, permissions, and file path all stay exactly the same. You're only changing the resource fork metadata that tells macOS which image to display.

This is a non-destructive process. You can always revert to the default blue folder icon at any point.

Method 1: Using Copy and Paste in Get Info 🎨

The most straightforward built-in method uses macOS's Get Info panel and doesn't require any third-party tools.

What you need: A PNG or ICNS image file, or another icon you want to copy from an existing folder or app.

Steps:

  1. Open the image you want to use as your icon in Preview
  2. Select all (Command + A) and copy (Command + C)
  3. Right-click the folder you want to change and select Get Info
  4. Click the small folder icon thumbnail at the top-left of the Get Info window (it should highlight with a blue border)
  5. Paste with Command + V

The folder will update immediately. This method works on all modern macOS versions and requires no additional software.

To revert: Open Get Info, click the icon thumbnail, and press the Delete key.

Method 2: Using ICNS or PNG Image Files Directly

For sharper, properly scaled icons — especially on Retina displays — using a dedicated ICNS file (Apple's icon format) produces the best results. ICNS files contain multiple resolutions bundled together (up to 1024×1024), so the icon looks crisp at every size Finder might display it.

You can find ICNS files from:

  • Icon packs on sites like Macosicons.com or Iconfinder
  • Extracting them from existing apps using Preview or IconUtil
  • Creating your own with tools like Icon Composer or third-party apps

If you're using a standard PNG, macOS will scale it, but the result may look slightly soft compared to a purpose-built ICNS file — especially at larger icon sizes or on Retina screens.

Method 3: Third-Party Apps

Several apps streamline the icon-changing process, particularly if you're replacing icons in bulk or working with a large icon library.

App TypeWhat It OffersBest For
Folder Colorizer AppsChange hue/color of default folderQuick color-coding workflows
Icon Manager AppsApply custom ICNS, batch replacePower users, designers
Automator/Script-BasedCommand-line or workflow automationDevelopers, advanced users

Apps like Folder Colorizer Pro or Cantata (and similar tools) let you right-click folders and apply icons directly from a library without touching Get Info. These are worth considering if you're managing icon sets across many folders.

Method 4: Terminal and Scripting (Advanced)

For developers or users comfortable with the command line, folder icons can be changed programmatically using tools like fileicon (a third-party command-line utility) or scripts that call macOS's SetFile command.

This approach is particularly useful when:

  • Automating icon assignment across a project directory
  • Integrating icon changes into a deployment or setup script
  • Working with macOS's Automator or Shortcuts app to trigger icon changes based on conditions

This method has a steeper learning curve but offers flexibility that GUI tools don't.

Factors That Affect How This Works for You

Not every method works equally well across every setup. A few variables determine which approach is most practical:

macOS version: Behavior has shifted across Monterey, Ventura, and Sonoma. In some versions, changes to system-level folders or folders synced via iCloud Drive may not persist reliably. Locally stored folders tend to behave more predictably.

iCloud Drive and synced folders: Folders synced to iCloud or managed by apps like Dropbox sometimes strip or ignore custom icons because sync services don't always preserve resource fork metadata. This is a known limitation — not a bug in your process.

System Integrity Protection (SIP): Changing icons on folders within protected system directories isn't possible without disabling SIP, which Apple strongly discourages for security reasons. This mostly affects advanced users trying to restyle system folders.

Image quality: A 512×512 or 1024×1024 ICNS file will always look better than a small PNG scaled up. If sharpness matters — especially on a Retina display — the source image resolution is the biggest variable.

Permissions: If a folder is owned by another user or requires admin access, you may need to authenticate before Get Info allows icon changes.

The Spectrum of Users and Outcomes

A casual user who wants to color-code a few project folders on their desktop will find the Get Info method quick, free, and totally sufficient. Someone building a highly customized Finder environment with hundreds of folders — or one who's syncing folders across multiple devices — will run into enough friction with the built-in method that a dedicated app or scripted solution starts making more sense. 🗂️

The right approach also shifts depending on how permanent you need the changes to be, how many folders you're working with, and whether your files live locally or in the cloud.

What works cleanly for a local creative project folder may behave differently for the same folder once it's inside a synced workspace — and that's the kind of detail that only your specific setup can reveal.