How to Check Hidden Folders on Windows, Mac, and Mobile Devices

Hidden folders exist on virtually every operating system — and for good reason. Operating systems and applications tuck away system files, configuration data, and cache folders to prevent accidental deletion or modification. But sometimes you need to see them: troubleshooting an app, recovering lost data, cleaning up storage, or just understanding what's actually on your device.

Here's how hidden folders work, how to reveal them across different platforms, and what shapes your experience when you do.

Why Folders Get Hidden in the First Place

Hidden folders aren't secret in a sinister sense — they're mostly protected. Operating systems hide certain directories to keep everyday users from accidentally breaking something critical. Application data, system caches, user library files, and configuration folders are common candidates.

There are two main categories to understand:

  • OS-hidden folders — Hidden by the operating system itself, usually flagged with a "hidden" file attribute or stored in a protected directory path.
  • App-hidden folders — Created by software (like games, browsers, or sync tools) in locations users rarely browse to.

On some systems, a folder's name starting with a dot (e.g., .config or .ssh) is the mechanism that hides it. On Windows, it's a dedicated hidden file attribute set in the file's properties.

How to Check Hidden Folders on Windows 🖥️

Windows makes this relatively straightforward through File Explorer.

Using File Explorer (Windows 10 and 11)

  1. Open File Explorer (Win + E).
  2. Click the View tab in the ribbon (Windows 10) or the View menu at the top (Windows 11).
  3. Select ShowHidden items.

Hidden folders will now appear slightly faded compared to normal folders — that visual distinction is intentional, so you can still tell them apart.

Using the Control Panel (Alternative Method)

  1. Open Control PanelAppearance and PersonalizationFile Explorer Options.
  2. Go to the View tab.
  3. Under Hidden files and folders, select Show hidden files, folders, and drives.
  4. Click Apply.

Viewing Protected System Folders

There's a layer beyond standard hidden folders: protected operating system files. These are hidden even when "show hidden items" is enabled. To reveal them, uncheck Hide protected operating system files in the same File Explorer Options panel. Be cautious here — these files exist for system stability reasons.

How to Check Hidden Folders on macOS 🍎

macOS uses the dot-prefix convention and the hidden extended attribute to conceal folders.

In Finder

The fastest method: press Command + Shift + Period (.) while a Finder window is open. This toggles hidden files and folders on and off instantly. Hidden items will appear grayed out.

In the Go Menu

  1. Open Finder.
  2. Click Go in the menu bar.
  3. Hold the Option key — a Library option appears. This is one of macOS's most commonly needed hidden folders.

Using Terminal

For users comfortable with the command line:

defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder 

This permanently enables hidden file visibility in Finder until you reverse it by changing TRUE to FALSE.

How to Check Hidden Folders on Android and iOS 📱

Mobile operating systems are more restrictive about folder access by design, and the approach varies significantly.

Android

Android's default Files app may not show hidden folders (those beginning with a dot). Most third-party file managers — such as Solid Explorer, FX File Explorer, or MiXplorer — include a setting to show hidden files, usually found under the app's Settings or Display Options menu.

System folders like Android/data may require elevated permissions or be restricted entirely on Android 11 and later due to scoped storage policies.

iOS

iOS doesn't expose a traditional file system to users. The Files app shows iCloud Drive, local device storage (in a limited way), and connected cloud services — but hidden system folders aren't accessible without third-party tools or developer-level access. For most users, this layer of the file system simply isn't reachable.

Comparing Hidden Folder Access Across Platforms

PlatformDefault ViewToggle MethodSystem Folder Access
Windows 10/11HiddenFile Explorer View settingsOptional, with warning
macOSHiddenCmd + Shift + .Terminal or Go menu
AndroidVaries by appFile manager settingsRestricted (Android 11+)
iOSNot exposedNot available to standard usersNot accessible

Variables That Affect What You Can See

Revealing hidden folders isn't always a uniform experience. Several factors shape what you'll actually find — and whether you can access it:

  • OS version — Windows 11 moved some UI elements compared to Windows 10; macOS Ventura and later handle Library permissions differently than older versions.
  • User account type — Standard user accounts on Windows may not be able to toggle system file visibility at all. Administrator accounts have broader access.
  • Third-party software — Security tools, parental controls, or corporate device management policies (MDM) can suppress hidden file visibility even after you've toggled the setting.
  • File system type — NTFS (Windows), APFS/HFS+ (Mac), and ext4 (Linux/Android internal) each handle file attributes differently.
  • Android fragmentation — The manufacturer skin on Android (Samsung One UI, MIUI, OxygenOS, etc.) affects what the default Files app shows and what permissions third-party managers can obtain.

What You Might Find (and What to Leave Alone)

When you reveal hidden folders, you'll typically encounter:

  • AppData (Windows) — Stores application settings, saved game data, and local caches.
  • Library (macOS) — Similar to AppData; holds preferences, caches, and app support files.
  • Dot-folders (macOS/Linux/Android) — Configuration directories for tools, development environments, and sync clients.
  • System Volume Information (Windows) — Used for restore points and system tracking. Best left untouched.

Understanding what a folder does before modifying or deleting it matters more than whether you can see it. The ability to reveal hidden folders is one thing; knowing which ones are safe to interact with depends heavily on your specific system, installed software, and what you're trying to accomplish.