How to Read an APFS Mac Drive on Windows 11 Without Reformatting
🔍 WiseChecker

How to Read an APFS Mac Drive on Windows 11 Without Reformatting

Quick fix: Install MacDrive (paid) or APFS for Windows by Paragon (paid, ~$50). Free alternative: apfs-fuse via WSL (read-only) or UFS Explorer Standard Recovery (free for read). After install, mount the Mac drive — appears as a drive letter in File Explorer. Copy files off. APFS is read-only; can’t write to it from Windows safely.

APFS (Apple File System) replaced HFS+ on Macs in 2017. Windows doesn’t natively read APFS. To copy files from a Mac drive (USB, external SSD, internal after Mac swap) to Windows: install a third-party APFS reader.

Symptom: Want to read files from a Mac (APFS-formatted) drive on Windows 11 without reformatting.
Affects: Windows 11 (and Windows 10) with Mac drive plugged in.
Fix time: ~15 minutes.

ADVERTISEMENT

What causes this need

Switching from Mac to Windows: external drive formatted for Mac (APFS). Reformatting erases data. Read-only tools let you copy files before reformatting. Common scenarios:

  • Migrating from Mac to Windows; old Time Machine drive.
  • Reading Mac SSD removed from a failed MacBook.
  • Accessing photos / docs from a friend’s Mac drive.
  • Forensic / recovery for crashed Mac.

Method 1: Paragon APFS for Windows (paid, easiest)

The recommended route.

  1. Buy APFS for Windows by Paragon from paragon-software.com. About $50 (one-time).
  2. Free 10-day trial available.
  3. Install. Reboot.
  4. Plug in Mac drive (USB).
  5. Windows detects automatically. Drive appears in File Explorer as a normal drive letter.
  6. Browse files normally. Copy to Windows drive.
  7. Read-only by default. Optional write support available in some Paragon versions.
  8. Supports: APFS, APFS encrypted (with password), case-sensitive APFS, snapshots.
  9. For Boot Camp partitions: also supports HFS+ if needed.

This is the easiest paid route.

ADVERTISEMENT

Method 2: UFS Explorer or apfs-fuse (free)

For no-cost approach.

  1. UFS Explorer Standard Recovery: free for read-only access. Download from ufsexplorer.com.
  2. Install. Open. Plug in Mac drive.
  3. Pick the APFS volume in UFS Explorer’s sidebar.
  4. Browse files. Copy to Windows drive via UFS Explorer’s copy feature.
  5. Caveat: not as smooth as File Explorer integration; in-app file browser.
  6. Alternative: apfs-fuse via WSL (Linux on Windows). More technical.
  7. Steps for apfs-fuse:
    • Install WSL: wsl --install -d Ubuntu.
    • In WSL: sudo apt install apfs-fuse.
    • Mount drive: sudo apfs-fuse /dev/sdX1 /mnt/apfs.
    • Browse via WSL. Copy out.
  8. Caveat: WSL doesn’t see physical drives by default; need WSL2 + USBIPD or manual setup.
  9. For Time Machine drives: free HFSExplorer for older HFS+ Time Machine. APFS Time Machine needs Paragon.

This is the free path.

Method 3: Use a Mac to convert files

For one-time migration.

  1. If you have access to a Mac (even briefly):
    • Plug Mac drive into the Mac. Copy files to a Windows-compatible drive (exFAT or NTFS).
    • Now plug that Windows-formatted drive into Windows. Files transferable.
  2. For cloud route: from Mac, upload files to iCloud / Google Drive / Dropbox. Download on Windows.
  3. For network route: Mac connected on same network. Enable file sharing in Mac System Settings. Map share from Windows.
  4. For one-time transfer of small data: use AirDrop to a phone, then phone to Windows.
  5. For very large transfers: external HDD via exFAT bridge. Format new drive exFAT on Windows; copy from Mac to it.
  6. For Time Machine drives specifically: backup format is APFS sparse bundle. Use Paragon or copy individual files via Mac.

This is the conversion route.

How to verify the fix worked

  • Mac drive appears in File Explorer with drive letter (Paragon route).
  • Files browseable.
  • Copy succeeds without errors.
  • For UFS Explorer: in-app file list visible.
  • Files copy fully to Windows drive.

If none of these work

If drive not recognized: Encrypted APFS: need password to mount. Paragon supports; free tools usually don’t. FileVault drives: very encrypted; need original Mac to unlock first. For T2/Apple Silicon Mac drives: internal drives are hardware-encrypted to the Mac’s T2/Secure Enclave. Cannot be read on other hardware. Only external drives are readable. For multiple APFS containers: drives can have multiple containers; pick the one with your files. For corrupted drive: data recovery service. DriveSavers, Ontrack — expensive but possible. For SSD removed from MacBook: M1/M2 Macs use NAND soldered to motherboard; can’t remove. T1/T2 (Intel) Macs: removable SSD encrypted. Last resort: format as exFAT on Mac first: plug into a borrowed Mac, reformat, copy back. Avoids needing Windows-side APFS support.

Bottom line: Paragon APFS for Windows ($50) for smooth integration. UFS Explorer or apfs-fuse for free. If you have a Mac: copy to exFAT drive first.

ADVERTISEMENT