Forum Discussion
What is the best mac drive reader for windows 10/11
My dad needs me to backup some files from her old mac external HD but I'm on 10 pc. Windows doesn't recognize the drive as it was formatted on a Mac. Don't really wanna reformat it cuz idk what that'll do to the data.
Anyways he's too stressed so now I have to fix it for him. What's the best mac drive reader for windows? Something idiot-proof please I don't have time for complicated IT stuff. Anyone got experience with these? Only need to READ the files from the drive, don't need to write anything to it.
7 Replies
- Nobel_BaynesSteel Contributor
Build a macOS virtual machine to access the drive on Mac without using any other software.
- WyldersCopper Contributor
When it comes to the Mac drive reader software for Windows, the only best method: Manually Install Apple's HFS+ Drivers.
This method installs Apple's own HFS+ file system drivers directly into Windows . These are the same drivers Apple includes in Boot Camp to let Macs run Windows while accessing Mac-formatted partitions. When installed correctly, they allow Windows to recognize and read HFS+ (Mac OS Extended) drives.
Before using the Mac drive reader software for Windows PC, uninstall any other Mac drive software to avoid conflicts .
Step 1: Download Apple's Windows Driver Package
- You'll need to obtain Apple's Boot Camp driver package (version 6.0, as newer versions may not include HFS+ drivers). The drivers were extracted from Apple's official Boot Camp 3.0 version and are available through various tech forums and archives .
Step 2: Extract the Files
- After downloading, extract the zip file. Look for these two critical files:
- AppleHFS.sys
- AppleMNT.sys
Step 3: Copy Files to System Directory
- Copy both files to: C:\Windows\System32\drivers\
Step 4: Merge the Registry File
- In the extracted folder, locate Add AppleHFS.reg. Double-click it and confirm you want to merge it with the Windows Registry. Click "Yes" and "OK" when prompted .
Step 5: Reboot Your Computer
- Restart your Windows PC for the changes to take effect .
Step 6: Connect Your Dad's Drive
- After rebooting, connect the Mac-formatted external drive. Windows should now recognize it, and you can browse the files in File Explorer to copy your dad's photos to a safe location on your PC .
- Skyler-BIron Contributor
DiskIinternals Linux Reader is a tool designed to read and recover data from Linux file systems such as Ext2, Ext3, Ext4, and others, directly from Windows.
As a Mac drive reader software for Windows, this tool was actually the "world's first APFS reader for Windows for free" and has been maintained by DiskIinternals for over 15 years .
How to Use It:
Download and install DiskIinternals Linux Reader
Launch the application - it will automatically detect connected Mac drives
Browse the drive contents and extract your photos/files to a Windows folder
Why It's Safe:
Read-only access prevents any accidental modification or deletion of your data
No system-level drivers installed that could cause conflicts
For your dad's old Mac external drive, start with DiskInternals Linux Reader. It's genuinely free, safe (read-only), and has proven reliability over many years . If it works, you're done. If it doesn't recognize the drive for some reason, you may need to reconsider using other Mac drive reader software for Windows as backup options.
- AxelVortexIron Contributor
Two other command-line-ish options I’d look at are these:
1. fsapfsmount for APFS drives
If the Mac drive is APFS, I’d try fsapfsmount. It’s part of libfsapfs, which is a read-only APFS access project, and the tool’s own usage says it mounts an APFS container.
fsapfsmount \\.\PhysicalDrive3 M:\2. 7z if what you have is a DMG file, not a physical drive
If the “Mac drive” is actually a .dmg image file, I’d use 7-Zip from command line to extract it instead of looking for another mac drive reader. 7-Zip has an official command-line version for Windows, so this is an easy fallback for image files.
7z x backup.dmg -oC:\temp\dmg_extractSo if you want another mac drive reader approach: use fsapfsmount for APFS, or 7z if you’re opening a DMG rather than a real external disk.
- GaemlikenIron Contributor
If I only needed to read files, I’d use a command-line tool like hdimount instead of a GUI mac drive reader, because it can mount HFS and APFS on Windows in read-only mode through Dokany. That makes it a pretty safe way to deal with a Mac-formatted disk when you do not want to risk writing anything back to it.
Basic command:
hdimount \\.\PhysicalDrive3 M:\I’d install Dokany first, then install hdimount, open Terminal or Command Prompt as Administrator, and run that command. Replace \\.\PhysicalDrive3 with your actual external drive number and M:\ with the letter you want to mount it to.
If the drive turns out to be older HFS+, HFSExplorer can read that too, but it does not support APFS, so for a simple command-line mac drive reader approach, I’d still pick hdimount first.
- Komondor2240Iron Contributor
You can solve this problem by using cloud storage and a friend’s Mac, which acts as a convenient mac drive reader for windows 11.
How it works:
- No software needed. Just upload files to the cloud using a friend’s Mac, then download them on your Windows PC.
Benefits:
- Safe, no data loss or damage
- No extra software
- Works with all Mac drive formats
Steps:
- Borrow a Mac for 5 minutes
- Plug in your Mac drive
- Upload the file to the cloud
- On your Windows 11 PC, log in and download the files
This is a simple, reliable mac drive reader for windows 11 that lets you copy files easily and safely.
- CastiellmIron Contributor
If the drive is definitely an older HFS+ format and you don't want to deal with trials or payments, HFSExplorer is a great free mac drive reader for windows 11.
Why it’s good: It's open-source and specifically designed for reading Mac drives. It is "read-only" by nature, so it's impossible to accidentally delete or mess up your files.
The Catch: It’s a bit old-school. You have to open the HFSExplorer app to see the files; they won't show up in your regular Windows folders. It also requires Java to run.
How to use:
- Download HFSExplorer.
- Go to File > Load file system from device.
- Click Autodetect. Once the files appear, select them and click Extract to save them to your PC.
This reliable tool works as a stable mac drive reader for windows 11 for reading HFS+ formatted Mac drives safely and for free.