How to Preview Files on Mac Without Opening Them
Every built-in way to see what's inside a file before you commit to opening it, what macOS still can't show you, and the tools that close the gap.
By Gowtham V · Founder & Lead Developer, 1dot.ai
Editorial note: 1dot.ai is building Quick Folder Preview, a folder-first preview app for Mac mentioned briefly near the end of this guide. It is not available to download yet, only a waitlist, so it plays no role in the built-in methods or third-party comparisons above. Every keyboard shortcut, macOS version claim, and third-party price below was checked live in August 2026; sources are listed near the bottom.
Why "Just Open It" Isn't Always the Right Move
Opening a file to see what's in it costs more than it looks like. A 40 MB video launches QuickTime and starts buffering. A PDF spins up Preview or, worse, Acrobat. A random download from three weeks ago might not be what its filename claims, and double-clicking it to find out means waiting for an app, then closing that app, then going back to what you were actually doing.
macOS has had a fast path around this since 2007: Quick Look. Most people know the space bar trick. Fewer know the full set of shortcuts, which Finder views build previewing into the browsing experience itself, or exactly where Quick Look stops being useful. This guide covers all three, plus what changed for anyone who used to rely on a Quick Look plugin and found it broken after a macOS update.
Triggering Quick Look: Every Shortcut
Space Bar (Quick Look)
Select any file in Finder, on the Desktop, in Spotlight search results, in Mail attachments, or in an Open/Save dialog, then tap the space bar. A Quick Look window opens on top of whatever you were doing, showing the file's contents. Tap space bar again, or press Esc, to close it.
This is the shortcut most people mean when they say "preview a file without opening it," and it works the same way it has for close to two decades. The only thing that has changed over the years is which file types render something useful, which is covered further down.
Fastest, works almost everywhereCmd-Y (Menu Equivalent)
If you'd rather not take a hand off the mouse, or your keyboard's space bar is mapped to something else, select a file and press Cmd-Y instead. It opens the exact same Quick Look window as the space bar. You'll also find it in the Finder menu bar under File > Quick Look, which is useful the first time if you want to confirm the shortcut without guessing.
Same result, no space bar neededOption+Space (Full-Screen Preview)
Hold Option and tap the space bar, and the Quick Look window expands to fill the screen instead of floating in a small card. This is worth using for anything you actually want to read closely, like a multi-page PDF or a high-resolution photo, rather than just confirm at a glance. Doing the same combination again shrinks it back to the normal window size.
Bigger preview, one extra keyArrow Keys to Cycle Through a Selection
Select more than one file before pressing space bar, and Quick Look opens with a thin film-strip row of thumbnails along the bottom. Use the left and right arrow keys to move through the selection one file at a time without closing the preview window. It's the fastest built-in way to flip through, say, a folder of screenshots or a batch of photos you just imported.
If you want a hands-free full-screen slideshow of the same selection instead, select the files and press Option-Cmd-Y. It advances automatically and still lets you step through manually with the arrow keys.
For scanning a batch of filesFinder's Other Preview Views
Quick Look is a floating overlay you summon and dismiss. Finder also has three view modes that build previewing into the layout itself, useful when you're working through an entire folder rather than checking one file.
The Preview Pane (View > Show Preview)
Open a Finder window and go to View > Show Preview (or the equivalent toolbar button). A preview panel appears on the right side of the window and updates automatically as you click through files, in Icon, List, Column, or Gallery view. Unlike Quick Look, you never have to invoke anything a second time. It just stays open and tracks whatever you click.
Go to View > Show Preview Options to control what metadata shows alongside the preview for the current file type: EXIF data for photos, page count for PDFs, duration for video, and so on.
Best for browsing one folder at a timeColumn View
Switch Finder to Column view (Cmd-3, or the toolbar icon that looks like vertical bars), and selecting a file in the rightmost column shows a preview in the column beside it automatically, no extra step required. It's a natural fit if you're already navigating a deep folder structure, since you get folder hierarchy and file preview in the same window.
Preview built into the layout itselfGallery View
Switch to Gallery view (Cmd-4), and Finder shows a large preview of the selected file at the top, a horizontal strip of thumbnails for the rest of the folder at the bottom, and file metadata off to the side. Arrow keys move you through the thumbnail strip the same way they do inside Quick Look's multi-select mode.
This is what replaced Cover Flow, the stacked, tilted 3D thumbnail view that Finder used to have. Cover Flow was removed after OS X El Capitan and Gallery view took over its role starting in Mojave, so if you're on any current version of macOS, including macOS 26 Tahoe, Cover Flow is not an option anymore. Gallery view is the modern equivalent, and it's arguably more useful since the thumbnails stay flat and legible instead of angled for effect.
Best for photos and design filesWhat Quick Look Still Can't Preview
None of this is a knock on a 19-year-old feature that still works well for the majority of file types. But it's worth being specific about where it stops, because these gaps are exactly what pushes people toward a third-party tool or, eventually, a dedicated app.
- Folders. Quick Look shows a folder icon, an item count, and a total size. It cannot show you the files inside without you opening the folder first. This is consistently one of the most-cited Quick Look complaints on Apple's own support forums.
- Archives (ZIP, RAR, 7z, TAR). Same problem as folders. Quick Look sees an archive as one opaque file. To know what's inside, you have to extract it, which defeats the point of "previewing without opening" entirely.
- Markdown files. A .md file previews as raw plain text, dashes, asterisks, and pound signs included, not as rendered headings, bold text, or bullet lists. If you write in Markdown regularly, this is one of the more noticeable native gaps.
- Code files. Source files preview as plain monospaced text with no syntax highlighting. Readable, but not the colored, indented view you get inside an editor or IDE.
- CSV and SQLite files. A CSV previews as comma-separated plain text rather than a table you can scan by eye. SQLite database files generally show "No preview available" entirely, since there's no built-in generator that understands the format.
- Some niche and legacy formats. Jupyter notebooks, EPUB books, certain 3D model formats, and older or unusual file types depend entirely on whether an app you've installed happens to register a Quick Look extension for them. Out of the box, macOS does not cover them.
The Sequoia+ Plugin Break
For years, the fix for most of the gaps above was a free Quick Look plugin: QLMarkdown for Markdown, QLStephen for plain-text files without extensions, QLVideo for extra codecs, and dozens more listed on sites like quicklookplugins.com. They used an old plugin format with the file extension .qlgenerator, and you installed them by dropping a file into ~/Library/QuickLook.
That stopped working with macOS 15 Sequoia. Apple removed support for the legacy .qlgenerator format, and previews built on it broke, including plugins for scientific and specialty file types that had worked reliably for a decade. The replacement is a modern App Extension format (files ending in .appex), built on the Quick Look Preview Extension and Thumbnail Extension APIs Apple introduced at WWDC back in 2019. Developers had roughly five years of overlap to migrate before the old format was cut off, and the well-maintained tools did. Plenty of smaller, side-project plugins never got updated, and they simply stopped rendering previews the moment their users upgraded.
As of macOS 26 Tahoe, current as of this writing, nothing about that has reversed. If a plugin still uses the old .qlgenerator format, it does not work, full stop, regardless of how well it worked on an older Mac. The practical upshot: before installing anything for extra Quick Look coverage, check that it was built (or rebuilt) for the App Extension format rather than assuming a plugin recommended in an old blog post still works.
Third-Party Tools That Fill the Gaps
If you regularly hit one of the gaps above, here's what actually works today, checked against each tool's own site rather than older roundups that may be citing discontinued pricing.
- Looq: Preview Files. Adds Markdown with Mermaid diagram and KaTeX math rendering, syntax highlighting across roughly 190 programming languages, CSV and SQLite shown as real tables, and archive and diff previews. Requires macOS 15 or later. $10 one-time (parcse.com); App Store lists it at $11.99. Also bundled in Setapp's all-app subscription.
- Unfold. Extends Quick Look to folders, archives, source code, Markdown with Mermaid diagrams, ebooks, and over 250 file types in total. Requires macOS 15.6 or later. $9.99 one-time (unfold.tools), no subscription, free trial available
- Glance. The original open-source all-in-one plugin (code, Markdown, archives, Jupyter, TSV) that many people still recommend from memory. As of this writing its GitHub repo has been archived and it was pulled from the App Store, so treat it as unmaintained rather than a safe current install; community forks exist but their Sequoia/Tahoe compatibility varies. Was free; original project inactive
- Folder Preview / Folder Quick Look. Smaller, single-purpose Mac App Store apps that specifically add folder-content previews to Quick Look. Folder Preview also handles ZIP, RAR, 7z, TAR, GZ, and BZ2 archives, so it covers both of the biggest native gaps in one small app. Folder Preview: $1.99 one-time. Folder Quick Look: $3.99 one-time (a separate, similarly named free "Folder Quick Look" app also exists on the App Store; check the listing carefully before buying).
- Folder Preview Pro. A more capable version from the same team behind Folder Preview, adding thumbnails inside the folder preview and the ability to copy or open files directly from the preview window without leaving Finder. Available on the Mac App Store and via Setapp; standalone price not published as of this writing
- Path Finder. Not a Quick Look plugin at all, but a full Finder replacement with its own built-in preview pane for PDFs, vectors, code, and video. Worth considering only if you want a broader Finder overhaul, not just better previews. $29.95/yr subscription, or a standalone license from $32.95 (1-year term) up to longer multi-year terms; free trial available
A general pattern worth noting: the actively maintained options (Looq, Unfold) are one-time purchases around $10, not subscriptions, and both explicitly require macOS 15 or later since they're built on the modern extension format described above. Anything still advertising a classic .qlgenerator install method is worth double-checking before you rely on it.
Built-In vs Third-Party, Side by Side
| Capability | Built-In (Quick Look) | Third-Party Tools |
|---|---|---|
| Folder contents preview | No, icon and item count only | Yes (Folder Preview, Folder Quick Look, Unfold) |
| Archive contents (ZIP, RAR, 7z) | No, opaque file icon only | Yes (Folder Preview, Unfold, Looq) |
| Markdown rendered (not raw text) | No | Yes (Looq, Unfold, some Glance forks) |
| Code syntax highlighting | No, plain monospaced text | Yes (Looq: ~190 languages) |
| CSV / SQLite as a real table | No | Yes (Looq) |
| PDFs, images, video, audio, Office docs | Yes, natively | Same coverage, no improvement needed |
| Multi-file cycling with arrow keys | Yes | Inherits the same behavior |
| Setup required | None, already on your Mac | Install + enable the extension once |
| Cost | Free | Typically $0–$10 one-time per tool |
| macOS version required | Any supported version | Usually macOS 15+ for modern extensions |
Third-party prices and macOS requirements verified against each tool's own site in August 2026. Check the current listing before buying, since indie Mac utilities update pricing more often than platform features do.
Where Quick Folder Preview Fits In
We build Quick Folder Preview, a Mac utility aimed squarely at the biggest gap covered above: seeing what is actually inside a folder or an archive without opening it. It is not available yet. The plan is a drag-and-drop, folder-first take on instant preview, for macOS 11 and later on both Intel and Apple Silicon, with no price or release date locked in yet.
We are not asking you to wait for it. Everything in this guide, the space bar, Option+Space, the Finder preview views, and the third-party tools above, works today and will keep working regardless of when Quick Folder Preview ships. If folder-and-archive preview specifically is a gap you hit often and you want to know when a purpose-built fix is ready, the waitlist on the product page is the way to hear about it first.
Sources & Further Reading
Keyboard shortcuts and Quick Look basics: Apple Support — Mac keyboard shortcuts, Apple Support Communities, Quick Look full-screen shortcut.
Sequoia's .qlgenerator plugin deprecation: Michael Tsai, "Sequoia No Longer Supports QuickLook Generator Plug-ins", The Eclectic Light Company, "How Sequoia has changed QuickLook and its thumbnails", list of modern .appex-based Quick Look extensions on GitHub.
Cover Flow's removal and Gallery view: Wikipedia, Cover Flow.
Third-party tool pricing and requirements: Unfold (unfold.tools), Looq review with pricing, baty.net, Looq on Setapp, Glance on GitHub (archived), TidBITS, Path Finder 26.
Frequently Asked Questions
The Bottom Line
For the vast majority of files, the space bar is still the fastest way to see what something is on a Mac. Learn Option+Space for full screen and the arrow keys for cycling a selection, and you've covered most of what Quick Look can do. The real gaps, folders, archives, rendered Markdown, syntax-highlighted code, and table views of CSV or SQLite data, are specific and well understood at this point, and small, inexpensive tools already exist for most of them. Start with what's already on your Mac, add a third-party tool only for the specific gap you actually hit, and treat anything still built on the old .qlgenerator format as retired.
Looking for more Mac productivity guides? Browse every 1dot.ai guide, see how we approach accessing recent files faster on Mac, or check Quick Folder Preview's product page for the waitlist.
Want Folder and Archive Previews Without Extracting?
Quick Folder Preview is in development: a drag-and-drop, folder-first take on instant preview for Mac. No price or release date set yet, just a waitlist.
Join the WaitlistRead More Guides