How To Make Icons Smaller On Mac !!link!! May 2026
In icon view, the View Options panel has a size slider; in column or list view, the slider affects icon size in the preview column only.
Only affects Desktop icons, not Finder windows. how to make icons smaller on mac
Dock magnification (enlarge on hover) is separate. If magnification is on, small dock icons will still blow up when you mouse over them. Turning magnification off keeps them uniformly small. 4. In Sidebar (Finder sidebar icons) Method: System Settings → Appearance → “Sidebar icon size” → choose Small (options: Small, Medium, Large). In icon view, the View Options panel has
macOS lacks a global toolbar icon size setting. In some apps (like Finder), you can toggle “Use small size” in View Options if the toolbar has that checkbox (varies by macOS version). In modern macOS, this checkbox is gone – you’d need third-party tools or .plist hacks. 6. In Menubar (Menu bar icons, e.g., battery, Wi‑Fi) No native scaling. Third-party apps like Bartender or Hidden Bar can hide icons, but not shrink them. Some system icons (e.g., Siri) are fixed size (~22px). Workaround: Use a lower display resolution (System Settings → Displays → Scaled → choose a “Larger Text” option, which makes everything bigger – opposite of your goal). To make menubar icons smaller is impossible without system modification (which can break UI). 7. In Launchpad No native “make icons smaller” slider. You can reduce the number of columns/rows (indirectly making each icon smaller visually on screen): If magnification is on, small dock icons will
defaults write com.apple.dock tilesize -int 32; killall Dock (Default ~64; smallest ~16; largest ~128.)