Why Are My Folder Icons Blurry? (And How to Fix It)
Blurry custom folder icons are almost always a resolution problem. What causes it on Retina and 4K displays, and the exact fix on Mac and Windows.

You apply a custom folder icon, it looks fine in the preview, and then on the desktop it is soft, fuzzy, slightly wrong. This is one of the most common complaints about custom icons, and it is almost never the operating system's fault. It is a resolution problem, and it has a specific cause.
The short answer
Your display is drawing the icon at more pixels than the source image contains. A Retina or 4K screen asks for a 512-pixel icon where an older screen asked for 128, and if your source was a small PNG, the system scales it up. Enlarging pixels is what blur is.
Why it happens more on Mac
macOS shows folder icons at a wide range of sizes: tiny in the sidebar, medium in list view, and very large on the desktop or in icon view with the slider pushed right. On a Retina display each of those is drawn at double density. A single PNG cannot look sharp at every one of those sizes.
This is exactly the problem the .icns format solves. An .icns file is a container holding the same artwork at several resolutions — typically from 16×16 up to 512×512 at 2x. macOS picks the right one for the size it needs, so the icon stays crisp everywhere instead of being stretched from one image.
Windows works the same way with .ico, which also holds multiple sizes in one file, up to 256×256.
The fix, in order of effort
1. Use the right file type. If you have an .icns (Mac) or .ico (Windows) version of the icon, use that instead of the PNG. This alone solves most cases, because the format was designed for it.
2. If you only have a PNG, make sure it is big. At least 512×512, ideally 1024×1024, with a transparent background. A 128-pixel PNG will look soft on any modern display no matter what you do with it.
3. Re-apply after replacing the file. The system does not re-read the source; it stored a copy at the moment you applied it. Swapping the file on disk changes nothing until you set the icon again.
4. Clear the stale preview. If the icon looks blurry but you know the source is high resolution, you may be looking at a cached thumbnail. On Mac, close and reopen the window, or log out and back in. On Windows, restart Explorer from Task Manager (Ctrl + Shift + Esc → Windows Explorer → Restart).
Two things that are not the cause
Your display scaling settings. Changing macOS display scaling or Windows DPI will not sharpen an icon that was low-resolution to begin with — it only changes how large the blur is.
The folder itself. Blur never comes from the folder or its contents. If you restore the default icon it will be perfectly sharp again, because the system's own icon ships at every size.
How to avoid it entirely
Get icons that were rendered at high resolution and packaged properly in the first place. A set that ships .icns for macOS and .ico for Windows, rendered up to 1024 pixels, will be sharp on a Retina MacBook, a 4K monitor and a 1080p laptop without you thinking about it.
That is how every set on FolderIcons is built — one download contains both formats plus a step-by-step install guide. Browse the gallery; three sets are free for every member.
Quick FAQ
Does a bigger PNG always look better?
Up to a point. Beyond 1024×1024 there is no visible gain for a folder icon, and the file just gets heavier. A properly built .icns or .ico beats even a huge PNG because it carries purpose-made versions at each size.
Why does the icon look sharp in Preview but blurry on the desktop? Preview is showing you the file at one size, on one surface. The desktop draws it at a different size and density. Sharp in one place and soft in another is the signature of a single-resolution source.
Will this get worse on a bigger monitor? Yes. The larger and denser the display, the more the shortfall shows. It is why icons that looked acceptable years ago look poor on current hardware.
Do icons affect performance? No. An icon is a small image drawn once and cached. Even a folder full of custom icons has no measurable effect on how a machine runs.
The one-line version
Blurry icons mean the source was too small or the wrong format. Use .icns on Mac, .ico on Windows, and if you must use a PNG, start from 1024 pixels.
For the full walkthrough, see How to Change Folder Icons on Mac and the Windows guide.
Your folders, sharp at every size.