Quick Folder Preview · Foundational Guide

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

Verified against macOS 26 Tahoe·Updated August 2026·11 min read
Quick answer: Select a file in Finder and press the space bar. That opens Quick Look, which previews PDFs, images, video, audio, and most documents instantly, no app launch required. Press Option+Space for a full-screen view, use the arrow keys to flip through multiple selected files, and Cmd-Y works as a menu-free equivalent to the space bar. What Quick Look still can't do out of the box: show you what's inside a folder or a ZIP archive, render Markdown or code with formatting, or open a CSV or SQLite file as a real table. Third-party tools like Looq and Unfold close those specific gaps for about $10 each.

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

Method 1

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 everywhere
Method 2

Cmd-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 needed
Method 3

Option+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 key
Method 4

Arrow 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 files

Finder'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.

Built-in

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 time
Built-in

Column 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 itself

What 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.

Where extensions are managed now
Quick Look extensions, along with other system extensions, live under System Settings > General > Login Items & Extensions rather than a dedicated Quick Look preferences pane. It is not the most obvious place to look if you're trying to confirm whether a newly installed preview tool is actually enabled.

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

CapabilityBuilt-In (Quick Look)Third-Party Tools
Folder contents previewNo, icon and item count onlyYes (Folder Preview, Folder Quick Look, Unfold)
Archive contents (ZIP, RAR, 7z)No, opaque file icon onlyYes (Folder Preview, Unfold, Looq)
Markdown rendered (not raw text)NoYes (Looq, Unfold, some Glance forks)
Code syntax highlightingNo, plain monospaced textYes (Looq: ~190 languages)
CSV / SQLite as a real tableNoYes (Looq)
PDFs, images, video, audio, Office docsYes, nativelySame coverage, no improvement needed
Multi-file cycling with arrow keysYesInherits the same behavior
Setup requiredNone, already on your MacInstall + enable the extension once
CostFreeTypically $0–$10 one-time per tool
macOS version requiredAny supported versionUsually 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.

Honest status
Quick Folder Preview is in development. There is a waitlist, not a download link, and no price has been set. Treat every other tool and built-in method in this guide as the real, usable options for now.

Sources & Further Reading

Frequently Asked Questions

What is the keyboard shortcut to preview a file on Mac without opening it?
Select the file in Finder and press the space bar. That opens Quick Look, a preview window that shows the file's contents without launching the app that owns it. The menu equivalent is Cmd-Y (File > Quick Look), which does the same thing if you'd rather not use the space bar. Press space bar again, or Esc, to close the preview.
How do I make a Quick Look preview full screen?
Hold Option and tap the space bar (Option+Space) instead of just space bar. That expands the preview to fill the screen. Doing it again shrinks it back down. This works whether you triggered Quick Look with the space bar or Cmd-Y first.
Can I preview more than one file at a time on Mac?
Yes. Select multiple files in Finder, then press the space bar. Quick Look opens with a film-strip row of thumbnails, and you use the left and right arrow keys to move between them without closing the preview window. If you want a full-screen slideshow instead, select the files and press Option-Cmd-Y.
Why does Quick Look say "No preview available" for some files?
Quick Look relies on a generator (built-in or third-party) that knows how to render that specific file type. Folders, ZIP and other archives, SQLite database files, and a handful of niche formats have no built-in generator, so Quick Look falls back to a plain icon and that message. Markdown and code files usually do show something, but as raw plain text rather than rendered output or syntax-highlighted code.
Can Quick Look preview the contents of a folder or a ZIP file?
Not out of the box. Select a folder or an archive and press space bar, and macOS shows you an icon, a file count, and a total size at best. It cannot show you what is actually inside without you opening the folder or extracting the archive first. This is one of the most consistently reported Quick Look limitations, and it is the specific gap that dedicated folder-preview and archive-preview tools exist to close.
Are Quick Look plugins still supported on macOS 15 Sequoia and later?
The old plugin format is not. Apple removed support for legacy .qlgenerator plugins starting with macOS 15 Sequoia, which is why most of the plugins on sites like quicklookplugins.com (QLMarkdown, QLStephen, QLVideo, and similar) stopped working after upgrading. Apple's replacement is a modern App Extension format (.appex), built on the Quick Look Preview Extension and Thumbnail Extension APIs it introduced at WWDC back in 2019. Developers had years of overlap to migrate, but plenty of smaller, unmaintained plugins never did, and they simply stopped rendering previews after the Sequoia upgrade. As of macOS 26 Tahoe, that is still the current state: only extensions built on the new App Extension format work.
What is the best alternative to native Quick Look for developers and writers?
For code, Markdown, and data files specifically, Looq and Unfold are the two actively maintained options as of mid-2026. Both are one-time purchases (around $10 each) rather than subscriptions, both require macOS 15 or later, and both extend Quick Look's space-bar behavior rather than replacing it, so there is nothing new to learn. Glance, the older open-source all-in-one plugin, covered similar ground for free, but its original GitHub repo has been archived and pulled from distribution, so treat any copy you find as unmaintained rather than a safe current pick.
Is Quick Folder Preview available to download yet?
Not yet. Quick Folder Preview is in development, planned for macOS 11 and later on both Intel and Apple Silicon Macs, with no price or release date set. You can join the waitlist on its product page to be notified when it ships. Nothing in this guide assumes you already have it installed; everything above works with what is already on your Mac today.
Does Finder have a built-in preview pane I can leave open all the time?
Yes. Open any Finder window, go to View > Show Preview, and a preview panel appears and updates automatically as you click through files, in Icon, List, Column, or Gallery view. It is a slower workflow than the space-bar overlay for a single quick check, but it is genuinely useful when you are sorting through a folder of files one after another, since you never have to reopen Quick Look for each one.

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