macOS Finder Keyboard Shortcuts
Finder's shortcut set rewards people willing to live in list view and Quick Look rather than double-clicking their way through folders. Space bar to preview a file without opening its parent app is the single habit that saves the most time day to day, since it turns Finder into a fast file browser instead of a slow launcher. Renaming is handled by pressing Return on a selected file rather than the double-click-and-wait pattern Windows users expect, which trips up a lot of switchers early on. Finder also leans heavily on Cmd-based modifiers for view switching (Cmd+1 through Cmd+4 cycle icon, list, column, and gallery views), and a separate set of Go-menu shortcuts (Cmd+Shift+letter) jump straight to standard folders like Home, Documents, or the Applications folder without any clicking at all. Because Finder is unavoidable on every Mac regardless of what other apps someone primarily lives in, even users who spend most of their day in a browser or a code editor eventually run into a task — unzipping a downloaded archive, dragging a file into an email, hunting down where a screenshot actually saved — that routes back through the plain file manager, which is exactly why these fundamentals are worth internalizing early rather than fumbling through them with the mouse every time.
Navigation
| Action | Windows | Mac | Description |
|---|---|---|---|
| Quick Look selected file | — | Space | Opens a full preview of the selected file — images, PDFs, videos, and most document types render directly — without launching the file's default application, the fastest way to confirm you've got the right file. |
| Go to Home folder | — | Cmd+Shift+H | Jumps directly to your user Home folder from anywhere in Finder, regardless of how deep you're currently nested. |
| Go to Applications folder | — | Cmd+Shift+A | Jumps straight to the Applications folder, faster than navigating there through the sidebar for anyone who regularly installs or removes apps manually. |
| Go to folder (type path) | — | Cmd+Shift+G | Opens a text field where you can type an exact path, including hidden folders like ~/Library that don't appear in Finder by default — essential for developers and power users. |
| Go to Desktop | — | Cmd+Shift+D | Jumps directly to the Desktop folder, useful when files saved to the desktop need to be located from deep inside a different folder without minimizing every window first. |
File Actions
| Action | Windows | Mac | Description |
|---|---|---|---|
| Rename selected item | — | Return | Puts the selected item's name into an editable text field immediately, no menu or second click required, which trips up anyone arriving from Windows since Return is reserved there for opening a file instead. |
| Get Info | — | Cmd+I | Opens the Info panel showing file size, kind, permissions, and tags for the selected item — the closest equivalent to Windows' file Properties dialog. |
| Duplicate selected item | — | Cmd+D | Creates an immediate copy of the selected file or folder in the same location, appending 'copy' to the filename, without needing a copy-paste round trip. |
| Move to Trash | — | Cmd+Delete | Sends the selected item to Trash without a confirmation dialog, distinct from permanently deleting, which requires the separate Cmd+Option+Delete combination. |
| Create new folder | — | Cmd+Shift+N | Drops a fresh empty folder into whatever location is open, its placeholder name already highlighted for editing, following the same immediate-rename pattern most other Finder creation shortcuts share. |
Views
| Action | Windows | Mac | Description |
|---|---|---|---|
| Show/hide hidden files | — | Cmd+Shift+. | Toggles visibility of dotfiles and hidden system folders in the current Finder window, useful for developers who need to see .git or config directories without changing Terminal-level settings. |
| Switch to column view | — | Cmd+3 | Switches the window to column view, which shows the folder hierarchy as a series of adjacent panes — often the fastest view for drilling deep into nested folder structures since each click reveals the next level without replacing the previous one. |
| Switch to list view | — | Cmd+2 | Switches the window to list view, showing files as sortable rows with metadata columns like size, kind, and date modified, generally the most information-dense option for scanning a large folder. |
Frequently Asked Questions
Why does pressing Return rename a file instead of opening it in Finder?
macOS reserves Return for renaming and uses Cmd+O (or Cmd+Down Arrow) to open a selected item, the reverse of Windows Explorer's convention. This is one of the most common muscle-memory conflicts for people switching platforms, and there's no built-in way to swap the behavior.
Does Quick Look work on folders, not just files?
Pressing Space on a folder shows basic info (size, item count, dates) rather than a content preview, since there's no universal way to render a folder's contents visually. For a genuine content preview you need to open the folder itself.
Is there a way to see the full file path in Finder without using Cmd+Shift+G?
Yes — holding Cmd while clicking a window's title bar shows a dropdown of the full folder hierarchy above the current one, letting you both see the path and jump to any ancestor folder in one action, which is a different but related shortcut worth knowing alongside Go to Folder.
Does list view remember its sort order and column choices per folder, or is it a global setting?
By default, view settings including sort column and order are typically shared globally across Finder windows unless you explicitly use 'Show View Options' and choose 'Use as Defaults' versus applying settings to just the current folder, which lets power users configure certain folders (like a Downloads folder sorted by date) differently from their general browsing preference.
What happens if I try to duplicate a file that's currently open in another application?
Finder will generally still create the duplicate successfully even while the original is open elsewhere, since duplication works at the file-system level rather than requiring exclusive access, though any unsaved changes in the open application obviously won't be reflected in the duplicate since it copies the file as currently saved on disk.
Can I customize or reassign Finder's default keyboard shortcuts?
Some Finder shortcuts can be customized through System Settings > Keyboard > Keyboard Shortcuts > App Shortcuts, where you can add or override specific menu-command bindings, though a handful of the most fundamental ones — like Space for Quick Look — are baked into the system more deeply and aren't exposed for reassignment through that same customization panel.
Does Finder have a shortcut for quickly creating a compressed zip archive of selected files?
There's no dedicated keyboard shortcut — right-clicking the selected files or folders and choosing 'Compress' from the context menu is the standard path, creating a .zip archive in the same location; Finder doesn't expose this specific action through its menu-bar shortcuts the way copy or duplicate are.