How to Change the iTunes Backup Location in Windows 10

Originally written September 27, 2020, by Robert Hayes.
Updated March 15, 2022, by Steve Larner to reflect current iTunes backup functionality.

iTunes is Apple’s all-in-one media manager, storefront, and playback app for Mac and Windows. Although some areas of the app are customizable, Apple has a long record of just deciding how certain things will work.

One area where the company decided to rule with an iron fist was setting the backup location for iTunes in Windows 10.

The default iTunes backup folder location when downloaded from the Apple iTunes Download Page is: 
C:\Windows\Users\[username]\AppData\Roaming\Apple Computer\MobileSync\Backup\

However, the website now says to download iTunes from the Microsoft App Store, although they also have a link for downloading older versions of iTunes for Windows, up to version 12.10.11.

There is no setting within iTunes to change your backup location. That’s where iTunes is going to put your mobile syncs and backups, whether you like it or not. However, you can work around the problem by using a symlink.

Many users have a C: partition that includes only Windows and is very small, located on a solid-state drive (SSD) for optimum performance. They don’t want to have an ever-growing accumulation of phone backups clogging up that drive and using up its write cycles.

Regardless of the reasons why you might want to change the iTunes backup location in Windows 10, here is how to do it.

Change the iTunes Backup Location in Windows 10

The way to override iTunes’s backup location requires several steps, including making a symbolic link to fool the app and make it think it is writing to the required location.

In Windows 10, a symbolic link creates a connection between two folders. You create the link at the operating system level, and from then on, anything sent to the first directory in the link (in this case, the default backup location) is instead sent to the second directory (the directory you set up). Here’s how to do it.

Note: The iTunes app on the apple.com/itunes web page is now only for older versions (12.10.11 and below) since they tell you to use the Microsoft Store.

  1. Make a manual backup of the iTunes directory %APPDATA%\Apple Computer\MobileSync\Backup (Apple.com version) or %userprofile%\Apple\MobileSync\Backup (Windows 10 Store version).
  2. Create a new, empty directory such as C:\itunesbackup where you want future backups to go. You can use Windows Explorer or Command Prompt for this step.
  3. In the Command Prompt, change the current c:\ directory to the new iTunes backup one by typing cd [drive letter]\[folder1]\[folder2]\ and replacing the text in the brackets. This example uses cd c:\itunesbackup as the location.
  4. Open File Explorer and navigate to %APPDATA%\Apple Computer\MobileSync\Backup\ (Apple.com version) or %userprofile%\Apple\MobileSync\Backup (Windows 10 Store version). Delete the backup directory.
  5. For the Apple.com iTunes version, open Command Prompt and type mklink /J "%APPDATA%\Apple Computer\MobileSync\Backup" "c:\itunesbackup" with the quotes to make your symlink.
  6. For the Windows Store iTunes version, open Command Prompt and type mklink /J "%userprofile%\Apple\MobileSync\Backup\" "c:\itunesbackup" with the quotes.

You now have a link between the two directories (the untouchable iTunes backup folder and your new symlinked folder). Your iPhone backups will now go to C:\itunesbackup or whatever directory you have chosen.


In closing, if you have an Apple device or are switching over from Mac to Windows, backing up your iPhone is still possible using the suggestion above. Furthermore, it makes for an easy transition. If you don’t have an Apple device or any history with iTunes, there are better ways to manage your media.

Do you know of any ways other than symbolic links to change the iTunes backup location in Windows 10? Tell us about it below if you do!

Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.