# How to Change Desktop Icon Size in Windows 10

> Resize desktop icons with Ctrl and the scroll wheel, and work out whether the real problem is icon size, display scaling or the wrong screen resolution.

- Source: https://zepe.online/guides/change-desktop-icon-size-windows-10
- Author: Robert Moca (https://zepe.online/author/robert-moca)
- Topic: Desktop and display
- Published: 2026-07-03T09:00:00+00:00
- Updated: 2026-08-03T09:00:00+00:00
- Author: Zepe editorial team (https://zepe.online/editorial-standards)
- Image: https://zepe.online/img/change-desktop-icon-size-windows-10-featured-4f4eab9c1a.webp

## The short answer

Click an empty part of the desktop, hold **Ctrl** and scroll the mouse wheel. For fixed sizes, right-click and choose **View → Large, Medium or Small icons**. If the text is oversized too, that is display scaling, not icon size.

## Key takeaways

- Ctrl + scroll works on the desktop and in File Explorer, and gives finer control than the three preset sizes.
- If text is oversized too, it is display scaling — changing icon size will not help.
- Windows sets scaling automatically from screen size and resolution, and it gets it wrong on some monitors.
- Sign out and back in after a scaling change, or applications launched before it will look blurry.

Three different settings all change how big things look on screen, and reaching for the wrong one is exactly why this question keeps coming back. Icon size changes icons. Scaling changes everything. Resolution changes how much fits on the screen at all. Thirty seconds working out which one you actually want will save you a lot of fiddling.

> **Key point — The diagnostic**
>
> Look at the text under the icons, and at the text in an open window. If **only the icons** are wrong, change icon size. If **text everywhere** is wrong too, change scaling. If everything is wrong **and looks slightly soft or stretched**, the resolution is not the monitor's native one.

## Changing icon size

### Resize desktop icons

1. Click an empty part of the desktop.
   The desktop needs focus. If a window is focused, Ctrl + scroll zooms that window instead.
2. Hold **Ctrl** and scroll the mouse wheel.
   Down makes them smaller, up makes them larger. This gives many intermediate sizes rather than three presets.
3. Or right-click the desktop → **View** → **Large icons**, **Medium icons** or **Small icons**.
   Medium is the default. The keyboard shortcuts are **Ctrl + Shift + 2**, **3** and **4** respectively.

The same Ctrl + scroll gesture works inside File Explorer, cycling through Extra large, Large, Medium and Small icons, then List, Details, Tiles and Content. Each folder remembers its own view, which is why one folder shows details and another shows thumbnails.

## Display scaling: the usual real cause

Scaling is how large Windows draws everything: text, buttons, icons, window chrome, the lot. Windows picks a value for you based on the monitor's physical size and resolution, and on some monitors that guess is simply wrong. If your icons look fine but every menu is enormous, scaling is your culprit, not icon size.

### Change display scaling

1. Right-click the desktop → **Display settings**.
2. On a multi-monitor setup, select the monitor you want to change first.
   Scaling is per-monitor. Changing it without selecting the right one is a common source of confusion; see [setting up dual monitors](https://zepe.online/guides/set-up-dual-monitors-windows-10).
3. Under **Scale and layout**, choose a percentage.
   The value marked (Recommended) is Windows' guess. On a 24-inch 1080p monitor, 100% is normally correct; a 27-inch 4K panel usually wants 150%.
4. Sign out and back in.
   Applications read the scaling value when they start. Without a sign-out, anything already running is stretched rather than redrawn, which is what makes text look blurry after a change.

**Sensible scaling by monitor size and resolution**

| Monitor | Resolution | Usual scaling |
| --- | --- | --- |
| 24 inch | 1920 × 1080 | 100% |
| 27 inch | 1920 × 1080 | 100% |
| 27 inch | 2560 × 1440 | 100–125% |
| 27 inch | 3840 × 2160 | 150% |
| 32 inch | 3840 × 2160 | 125–150% |
| 13–14 inch laptop | 1920 × 1080 | 125–150% |
| 13–14 inch laptop | 2560 × 1600 | 175–200% |

## Resolution: use the native one

Resolution is how many pixels the monitor is being asked to draw. Unlike scaling, this one has a correct answer, and it is the panel's native resolution, marked **(Recommended)** in Display settings. Anything else and you are asking the monitor to fake it, which is why everything goes slightly soft.

Setting a lower resolution does make everything bigger, and it is a tempting shortcut. It also makes everything soft, because the monitor has to interpolate a smaller image across its fixed grid of pixels. If things are too small, change the scaling and leave the resolution alone: that keeps every pixel sharp while making elements larger.

**Figure: Which setting to change, by symptom**

Three settings, three distinct symptoms. Changing the wrong one is why this problem often gets worse before it gets better.

| | Change icon size | Change scaling |
| --- | --- | --- |
| Only desktop icons look wrong | yes | no |
| Text in windows is too small | no | yes |
| Buttons and menus are too small | no | yes |
| Everything is soft or stretched | no | no |
| Needs a sign-out to apply fully | no | yes |
| Applies per monitor | no | yes |

That empty fourth row is deliberate: a soft or stretched picture is neither of these. It means the resolution is not native, and the fix is to set it back to the recommended value.

## Making text larger without changing everything

If what you actually want is to read the text, rather than make the whole interface bigger, there is a better setting than any of the above and hardly anyone knows it exists: **Settings → Accessibility → Text size** on Windows 11, or **Settings → Ease of Access → Display → Make text bigger** on Windows 10. It enlarges text without inflating everything else.

This scales text alone, up to 225%, leaving icons and window chrome as they are. It is a much better answer for readability than raising the global scaling, which enlarges everything and costs you screen space.

## Related desktop annoyances

- **Icons rearrange themselves.** Right-click the desktop → View → untick **Auto arrange icons**. Leave **Align icons to grid** on, which keeps them tidy without moving them.
- **Icons move after unplugging a monitor.** Windows recalculates positions when the desktop area changes and cannot always restore them. There is no built-in fix; a third-party layout-saving tool is the only real answer.
- **Icons have disappeared entirely.** Right-click → View → **Show desktop icons**. It is a toggle that is easy to hit by accident.
- **This PC and Recycle Bin are missing.** Settings → Personalization → Themes → **Desktop icon settings**, and tick the ones you want.
- **Icons show white or blank.** The icon cache is corrupt. Delete `%LOCALAPPDATA%\IconCache.db` and restart Explorer — the guide on [what Windows Explorer is](https://zepe.online/guides/what-is-windows-explorer) covers restarting the shell.

> **Careful — If icons became huge after a Windows update**
>
> That is usually scaling being reset rather than icon size changing. Check Display settings first; the icons themselves are probably still on Medium. It also happens after connecting a monitor with a very different pixel density, because Windows re-evaluates its recommended scaling when the display configuration changes.

> **Editor's note — On very old applications**
>
> Some older applications, roughly pre-2015, were written before high-DPI displays existed and simply cannot scale. Windows stretches their output instead, which is why one program looks blurry while everything around it is crisp. Right-click the .exe, then Properties → Compatibility → **Change high DPI settings**, and try **Override high DPI scaling behaviour: Application**. Sometimes you get a small but perfectly sharp window rather than a blurry one, which I find is usually the better trade.

If the underlying complaint is that the screen is hard to look at rather than hard to read, brightness may be the more useful setting — the guide on [reducing screen brightness](https://zepe.online/guides/reduce-screen-brightness-windows) covers that, including why some machines have no slider at all.

## Common questions

### How do I make desktop icons smaller in Windows 10?

Click an empty area of the desktop, hold **Ctrl** and scroll the mouse wheel down. For fixed sizes, right-click the desktop and choose **View → Small icons**, or press **Ctrl + Shift + 4**. Make sure the desktop has focus first, or the gesture zooms whichever window is active instead.

### Why is everything on my screen suddenly huge?

Almost certainly display scaling rather than icon size, especially if text in windows is oversized too. Right-click the desktop → Display settings, and check the percentage under **Scale and layout**. This often changes by itself after a Windows update or after connecting a monitor with a different pixel density.

### Should I lower my resolution to make things bigger?

No. A non-native resolution forces the monitor to interpolate, which makes everything soft. Increase the scaling percentage instead — that draws elements larger while keeping every pixel sharp. Resolution should stay on the value marked (Recommended).

### Why is text blurry after changing the scaling?

Because applications read the scaling value when they launch, so anything already running gets stretched rather than redrawn. Sign out and back in. A few very old applications cannot scale at all — for those, try Properties → Compatibility → **Change high DPI settings**.

## Sources

- [Windows typography and text scaling](https://learn.microsoft.com/en-us/windows/apps/design/signature-experiences/typography) — Microsoft Learn. Supports: That Windows scales text and interface elements by a system scaling factor rather than by resolution.
- [Multiple display monitors](https://learn.microsoft.com/en-us/windows/win32/gdi/multiple-display-monitors) — Microsoft Learn. Supports: That scaling is applied per monitor, which is why the correct monitor must be selected before changing it.

## Related guides

- https://zepe.online/guides/set-up-dual-monitors-windows-10
- https://zepe.online/guides/reduce-screen-brightness-windows
- https://zepe.online/guides/change-desktop-wallpaper-windows

---

© 2026 Zepe. Windows is a trademark of Microsoft Corporation; this site is not affiliated with Microsoft.
