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.
- 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). - 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. - 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 usescd c:\itunesbackup
as the location. - 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. - 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. - 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.
30 thoughts on “How to Change the iTunes Backup Location in Windows 10”
This method still works 100% in November 2021. You just have to account for a couple of things like the new path of the Backups folder. Make sure to create the folder (right click > new folder) that you’re linking to. In my case, I was linking to a folder on my E drive and had to create this E drive folder manually.
The command I used was: mklink /J “%userprofile%\Apple\MobileSync\Backup” “e:itunesbackup”
C:\Users\\Apple\MobileSync\Backup
Tip: Rename the backup folder to .old or -old or something different than backup.
When running the mklink command above, it will create the link name as backup.
I am running this on Windows 10 Pro 21H2 with no issues.
1. When changing directory, in case you are switching to another drive like d, use:
cd /d d:\itunesbackup. The cd /d command ensures that you change directory drive.
2. Ensure you type the mklink /J command as it appears in the screenshot provided, not the text which omits some of the “\” characters e.g.
mklink /J “C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup” “E:\Mobile backup\iPhone Backup”
i try your step almost 4 hours and is succesful.. xD
Cannot create a file when that file already exists.
Can somebody help me on this?
C:\>mklink /J “c:Windows\users\wendy\appdata\roaming\apple computer\mobilesync\Backup” z:\MobileSync\Backup
Local volumes are required to complete the operation.
I did make sure the external hard drive appears under This PC. The external hard drive is mapped to my Z drive:
USB_Storage (\\readyshare) Z:
I’m on iTunes Version 12.11.0.26
Then I had already created D:\ItuneBackups
In cmd window (I used administrator)
mklink /J “%APPDATA%\Apple Computer\MobileSync\Backup” “D:\iTuneBackups”
I’m on Vers 12.10.8.5
As mentioned in the posts below.
The default backup drectory in your iTunes version is ‘C:\Users\YourUserName\Apple\MobileSync\Backup’
i erased all my back ups. i should have read the comments. fsmh
I followed the instruction several weeks ago and it worked just fine.
Today I installed a new iTunes version (12.10.8.5) and the software reported it couldn’t find my backups.
My impression is that iTunes has changed its default diretory for backups. I expect that in a few days the new directory will be mentioned in one forum or another.
In
example: cd /d D:\yournewbackupfoldernamehere
If I’m understanding your issue correctly
PS: the only thing I needed to adjust is the location of itunes’ files as in my case in Win10 the path is different:
C:\Users\YourUserName\Apple\MobileSync\Backup
tldr: What the author meant by “remove the Backup directory and its contents.” is just delete the damn “Backup” folder.
mklink /J “%APPDATA%\Apple Computer\MobileSync\Backup” “c:\itunesbackup”
The above command will create a new “Backup” and link it to your new preferred directory. Hence why u need to delete the folder first.
“Cannot create a file when that file already exists.”
Once, I found out, that I misspelled mklink (I just used ‘mlink’ first) and that I cannot use powershell but CMD.exe (I used it as administrator), everything worked fine and my backups are now on my external drive (mounted to D: )
Cool!
heck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ MkLink/J “C:\Users\ergo\AppData\Roaming\Apple Computer\MobileSync\Bac …
+ ~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MkLink/J:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Please open in cmd.exe not in PowerShell and try to open cmd as administrator.
but the other is there also
C:\USers\user\AppData\Roaming\Apple Computer\MobileSync\Backup
When i do a back up and half gets stored there it goes to the first one and not the second one so that code doesnt work. Ive tried making adjustments but it still doesnt work. Any info would be great thanks.
open CMD and chage USERNAME with yours
mklink /J “C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup” “E:\Mobile backup\iPhone Backup”