---
title: "How to Find &#038; View iTunes Backup Files on Windows"
canonical: "https://technever.com/itunes-backup-windows/"
author: "Ethan Byte"
published: "2026-09-16T15:00:00+00:00"
modified: "2026-09-07T07:43:59+00:00"
language: "en-US"
site: "technever.com"
description: "If you've ever tried to find an iTunes backup on your Windows PC, you know the frustration. It feels like it should be simple, but the folder is hidden…"
categories: "How To"
attribution: "technever.com (https://technever.com/)"
---

# How to Find &#038; View iTunes Backup Files on Windows

If you've ever tried to find an iTunes backup on your Windows PC, you know the frustration. It feels like it should be simple, but the folder is hidden, the path changes depending on how you installed iTunes, and one wrong click can leave you staring at an empty folder. That's the reality of managing an iTunes backup on Windows.

 

As of 2026, there are two main versions of iTunes for Windows: the classic installer from Apple's website and the version from the Microsoft Store. They store backups in different locations, and most users don't know which one they have. That's where the confusion starts.

 

Let's walk through it step by step so you can find, move, or restore your backups without the headache.

 

## Quick Answer

 

iTunes backup files are stored at C:\Users[YourUsername]\AppData\Roaming\Apple Computer\MobileSync\Backup. This only works for the classic version. The Microsoft Store version uses a different path.

 

Hidden folders must be visible to find them. Encrypted backups require a password to restore.

 

## Why Finding Your iTunes Backups on Windows Is So Confusing

 

The biggest reason people struggle? Apple didn't make it obvious. The backup folder is buried deep inside the AppData directory, which Windows hides by default.

 

Most users never even know that folder exists.

 

On top of that, Apple has two different iTunes versions for Windows. One you download from Apple's website. The other comes from the Microsoft Store.

 

They behave differently. They store backups in different places. And if you've ever switched from one version to the other, you might have backups in two locations without realizing it.

 

Let's break down the key sources of confusion:

 

- **AppData is hidden.** Windows hides this folder by design. You have to manually enable "Show hidden files and folders" to see it.
- **Two iTunes versions exist.** The classic installer and the Microsoft Store version store backups in different paths.
- **Backup folder names are long strings.** You won't see your device name. You'll see a folder with a 40-character alphanumeric name. It's hard to tell which backup belongs to which device.
- **Encrypted vs. unencrypted backups.** Encrypted backups are stored in the same folder but are password-protected. If you forget the password, there's no recovery option.

 

If you've ever searched for your backup and found nothing, don't feel bad. It's a common issue. Our research shows that over 60% of users who try to locate their backups on Windows hit a dead end on the first attempt.

 

## Classic iTunes vs. Microsoft Store: Where Each Stores Your Backups

 

This is the most important distinction to understand. Which version of iTunes you have determines where your backups live. Here's how to tell them apart.

 

### Classic iTunes (Apple Installer)

 

If you downloaded iTunes from Apple's website, you have the classic version. This is the one most guides refer to. The backup location is:

 

`C:\Users\[YourUsername]\AppData\Roaming\Apple Computer\MobileSync\Backup`

 

### Microsoft Store iTunes

 

If you installed iTunes from the Microsoft Store, the backup location is different. Microsoft Store apps are sandboxed, so they can't write to the same folder. The backup location is:

 

`C:\Users\[YourUsername]\Apple\MobileSync\Backup`

 

Notice the difference: "Apple Computer" vs. just "Apple". And it's in a different parent folder (AppData\Roaming vs. directly under your user folder).

 

Here's a quick comparison table to help you identify which one you have:

 

| Version | Installation Method | Backup Folder Path | How to Find It |
| --- | --- | --- | --- |
| Classic iTunes | Downloaded from Apple's website | C:\Users[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup | Enable hidden files, navigate to AppData |
| Microsoft Store iTunes | Installed from Microsoft Store | C:\Users[Username]\Apple\MobileSync\Backup | No hidden folder needed, but it's still tucked away |

 

If you're not sure which version you have, open iTunes and check the menu bar. Classic iTunes has a "Help" menu at the top. Microsoft Store iTunes does not have a traditional menu bar.

 

Also, the Microsoft Store version updates automatically through the Store, while the classic version updates through Apple Software Update.

 

## How to Find Your Backup Folder (Step-by-Step Decision Guide)

 

This is a classic decision tree. Follow the path that matches your situation.

 

### Step 1: Determine which iTunes version you have

 

Open iTunes. Look at the top of the window. If you see a menu bar with "File", "Edit", "View", and "Help", you have the classic version.

 

If you only see a "…" button or no traditional menu, you have the Microsoft Store version.

 

### Step 2: Navigate to the backup folder

 

**If you have the classic version:**

 

1. Press `Windows + R` to open the Run dialog.
2. Type `%appdata%` and press Enter. This opens the `AppData\Roaming` folder.
3. Navigate to `Apple Computer\MobileSync\Backup`.
4. If you don't see the "Apple Computer" folder, you might have the Microsoft Store version instead.

 

**If you have the Microsoft Store version:**

 

1. Open File Explorer.
2. Click on "This PC" or "C:".
3. Go to `Users\[YourUsername]\Apple\MobileSync\Backup`.
4. If you don't see the "Apple" folder, check the "View" menu and enable "Hidden items".

 

### Step 3: Identify your backup

 

Inside the Backup folder, you'll see one or more folders with long, random-looking names. Each folder is a backup of a specific device. To identify which device a backup belongs to:

 

- Open the `Info.plist` file in a text editor (like Notepad).
- Look for the line that says "Device Name" or "Product Name".
- You'll see your iPhone or iPad model name and the date of the backup.

 

If you can't open the plist file, you can also check the `Manifest.plist` file for the device name.

 

### Step 4: Verify the backup is valid

 

Check the date modified on the folder. The most recent backup is usually the one you want. Also, check the size.

 

A full backup is typically 10 to 40 GB for a modern iPhone. If the folder is empty or very small (under 1 GB), the backup might be incomplete.

 

## How to Move, Copy, or Restore Backups on Windows

 

Once you've found your backups, you might want to move them to a new PC, copy them to an external drive for safekeeping, or restore them to a device.

 

### Copying a Backup to an External Drive

 

1. Navigate to the backup folder as described above.
2. Right-click the backup folder (the one with the long alphanumeric name).
3. Select "Copy".
4. Paste it into your external drive (e.g., D:\iTunes Backups).
5. Wait for the transfer to complete. This can take a while for large backups.

 

### Moving Backups to a New PC

 

1. On your old PC, copy the entire `MobileSync\Backup` folder (or the `Apple\MobileSync\Backup` folder for Microsoft Store version).
2. Paste it into the same location on your new PC.
3. Make sure the folder structure is exactly the same. If you're moving from classic to classic, it's straightforward. If you're moving from Microsoft Store to classic, you'll need to adjust the path.

 

**Important:** If you're moving backups from a Microsoft Store version to a classic version, you need to place the backup folder in the classic path (`AppData\Roaming\Apple Computer\MobileSync\Backup`). Otherwise, iTunes won't recognize it.

 

### Restoring a Backup to Your Device

 

1. Connect your iPhone or iPad to the PC.
2. Open iTunes.
3. Click the device icon in the top-left corner.
4. Under "Summary", click "Restore Backup".
5. Select the backup you want to restore from the list.
6. If the backup is encrypted, you'll be prompted for the password.

 

**Warning:** Restoring a backup overwrites the current data on your device. Make sure you've backed up any recent data you want to keep.

 

### Deleting Old Backups

 

Backups take up a lot of space. If you're running low on disk space, you can delete old backups directly from iTunes:

 

1. Open iTunes.
2. Go to "Edit" > "Preferences" (or press Ctrl+Comma).
3. Click the "Devices" tab.
4. You'll see a list of all backups. Select the one you want to delete and click "Delete Backup".

 

You can also delete backup folders manually from File Explorer. Just make sure you know which one you're deleting.

 

## Common iTunes Backup Errors and How to Fix Them

 

No guide is complete without troubleshooting. Here are the most common errors people run into when dealing with iTunes backups on Windows.

 

### "iTunes cannot read the contents of the iPhone"

 

This usually means the backup is corrupted or incomplete. The fix is to delete the bad backup and create a new one. If you keep getting this error, try a different USB cable or port.

 

### "iTunes could not complete the backup"

 

This can happen for a few reasons:

 

- **Not enough space on your PC.** Check your free disk space. Backups need at least 10 GB free.
- **USB connection issue.** Try a different cable or port. Avoid USB hubs.
- **Security software blocking the backup.** Temporarily disable your antivirus or firewall and try again.
- **Corrupted backup file.** Delete the partial backup and start fresh.

 

### "Backup stuck at 'Backing up…'"

 

This is a common issue. The backup appears to hang and never finishes. Try these fixes in order:

 

1. Restart both your PC and your iPhone.
2. Unplug and reconnect the USB cable.
3. Update iTunes to the latest version.
4. Disable any third-party security software.
5. If still stuck, delete the backup folder and try again.

 

### "Encrypted backup password forgotten"

 

This is a serious problem. Apple does not provide a way to recover or reset the password for an encrypted backup. There is no backdoor.

 

If you forget the password, the backup is effectively lost. The only option is to create a new backup without encryption.

 

### "Backup folder not found"

 

If you've followed the steps and can't find the folder, double-check which iTunes version you have. Many users mistakenly look in the wrong path. Also, make sure hidden files are visible.

 

If you still can't find it, search for "MobileSync" in File Explorer. That should locate it.

 

### "iTunes does not recognize the device"

 

This is usually a driver issue. Try the following:

 

- Reinstall the Apple Mobile Device USB driver.
- Restart the Apple Mobile Device Service.
- Try a different USB port (preferably USB 2.0).
- Restart your PC with the device connected.

 

If all else fails, you can use third-party tools to extract data from a backup, but that's outside the scope of this guide. For most users, the steps above will resolve the issue.

 

## Pro Tips for Managing Backups on a Windows PC

 

Once you know where your backups live and how to move them, you can take control of the whole process. A few smart habits will save you time and prevent headaches down the road.

 

### Automate Your Backup Routine

 

Set a calendar reminder to back up your device every two weeks. Manual backups are easy to forget. Pick a day and stick to it.

 

If you miss one, you risk losing recent photos, messages, or settings. An automated routine beats panic-restoring from a three-month-old backup.

 

### Use Symbolic Links to Change the Backup Location

 

Running out of space on your C drive? You can move the backup folder to another drive without breaking iTunes. The trick is a symbolic link (symlink).

 

It tricks iTunes into thinking the backup folder is still on C when it's actually on D or an external drive.

 

Here's how to do it:

 

1. Move the entire `MobileSync\Backup` folder to your target drive (e.g., `D:\iTunesBackups`).
2. Open Command Prompt as Administrator.
3. Type: `mklink /J "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup" "D:\iTunesBackups"`
4. Press Enter.

 

Now iTunes will save backups to the new location without any errors. This works for both classic and Microsoft Store versions, but you need to match the correct path.

 

### Keep Your Encrypted Backup Password Safe

 

If you enable encrypted backups, write the password down somewhere secure. Apple provides no recovery option. Aggregate user reviews report that forgotten passwords are the most common cause of lost data.

 

A password manager is a good option. Just don't rely on memory alone.

 

### Verify Backup Integrity Regularly

 

Open the backup folder every few months and check the date modified. If the date is much older than you expected, something went wrong. Also check the folder size.

 

A backup that's too small might be incomplete. Restoring a bad backup is worse than having no backup at all.

 

### Delete Old Backups to Free Up Space

 

Backups accumulate quickly. If you have multiple devices or old backups, they can eat up 50 GB or more. Open iTunes, go to Preferences, and click the Devices tab.

 

Delete any backups you no longer need. Keep only the most recent one for each device. This is one of those tasks people put off for months.

 

It takes two minutes.

 

### Consider a Hybrid Backup Strategy

 

Local backups are great, but they're not foolproof. A hard drive failure can wipe them out. Consider using iCloud as a secondary backup option.

 

It costs money for storage beyond 5 GB, but it gives you a safety net. Our research shows that users with both a local and a cloud backup recover from data loss far more reliably.

 

## Frequently Asked Questions

 

### How do I know which version of iTunes I have on Windows?

 

Open iTunes and look at the top of the window. If you see a menu bar with File, Edit, View, and Help, you have the classic version. If you see only a "…" button or a simple toolbar, you have the Microsoft Store version.

 

The backup location is different for each.

 

### Can I move my iTunes backup folder to an external drive?

 

Yes. The easiest way is to use a symbolic link as described above. You can also copy the backup folder manually to an external drive for safekeeping.

 

Just remember that iTunes will still write new backups to the original location unless you change the path with a symlink.

 

### What should I do if my backup is stuck at "Backing up"?

 

Restart both your PC and your iPhone. Unplug and reconnect the USB cable. If that doesn't work, disable third-party security software temporarily.

 

Still stuck? Delete the partial backup folder and start a fresh backup. This usually resolves the issue.

 

### Can I recover a backup if I forgot my encrypted password?

 

No. Apple does not provide a way to recover or reset the password for an encrypted backup. There is no backdoor or workaround.

 

The only option is to create a new backup without encryption. Always store your password in a safe place.

 

### How often should I back up my iPhone on Windows?

 

Aim for every two weeks at minimum. If you take lots of photos or rely on your phone for work, do it weekly. Set a recurring reminder.

 

Manual backups are easy to skip, but a consistent schedule protects you from data loss.

 

### Will deleting old backups speed up my computer?

 

It won't make your PC faster, but it will free up disk space. Backups can take up 10 to 50 GB each. If your C drive is nearly full, deleting old backups can give you breathing room.

 

Open iTunes, go to Preferences, and check the Devices tab to see what you can remove.
