Stop Finder opening folders in icon view on Mac
Icon view is Finder's factory default, and for a folder of documents it wastes space and hides the dates and sizes you want. To stop it: open a folder, press Cmd+2 for list view, then open View Options (Cmd+J) and click Use as Defaults. New folders now open as a tidy list instead of a grid of icons.
Switch out of icon view
- Open a folder that is currently showing the icon grid.
- Press
Cmd+2, or choose View → as List. The clutter of icons becomes rows with columns.
The four view shortcuts are worth memorising: Cmd+1 Icon, Cmd+2 List, Cmd+3 Column, Cmd+4 Gallery. Right now this only changes the folder in front of you — the next folder you open still comes up as icons. The next step is what makes it stick.
Make list the default everywhere
- With the window in list view, choose View → Show View Options (
Cmd+J). - Click Use as Defaults at the bottom of the panel.
From now on, any folder that has never had its view set individually opens as a list. If you prefer the Terminal, the same default for new windows is a single command — Nlsv is the list-view code:
# make list the default view
defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv"
killall Finder
# undo — go back to icon view
defaults write com.apple.finder FXPreferredViewStyle -string "icnv"
killall Finder
This is consistent across macOS 13 Ventura, 14 Sonoma, and 15 Sequoia.
Folders that cling to icon view
Some folders keep reopening as icons even after you set the default. That is not a bug — Finder saved a per-folder view the first time you (or an app) set one, and a saved view always beats the global default. To clear it:
- Open the offending folder and press
Cmd+2. That overwrites its saved view with list, and it will stay that way. - Media folders often lean on icon or gallery view so previews stay large; that is intentional, and you can override any of them the same way.
Change the default once and reset the few folders that remember icons, and the grid stops surprising you.
Mainspring flips your default Finder view with one labelled toggle and undoes it just as easily — no menus to dig through. It sits among 90+ hidden macOS settings the app makes reversible.
Try Mainspring free →Signed & notarized by Apple · 1-day free trial · $29 once
Add sortable columns to match
List view's real advantage is clickable column headers for name, date, size and kind. See how to apply Finder view options to all folders to choose exactly which columns appear everywhere.