top of page
Search
  • NeMo

How to Change iTunes Location


iTunes keeps the iOS backup folder directly on the system drive, usually the C: drive. With the ever-expanding iOS backup, the precious and often scarce space of the C: drive will be reduced constantly. And we are likely to run out of space in Windows system partition soon. To avoid this happened, you have two choice: one is to backup iPhone/iPad to an external hard drive and the other is to change iTunes backup location. In this post, we will focus on how to change the default location of iTunes backup.

In order to change iTunes location, we need to create a symbolic link (or called junction point) from the original iTunes backup location. According to Wikipedia, "an NTFS junction point is a symbolic link to a directory that acts as an alias of that directory.

This feature of the NTFS file system offers benefits over a Windows shell shortcut (.lnk) file, such as allowing access to files within the directory via Windows Explorer, the Command Prompt, etc." For detail explanation for symbolic link, you can refer to symbolic link in Windows system.

How to Change iTunes Backup Location on Windows PC

Step 1. Create a New iTunes Backup Folder on another drive

Firstly, you should create a new iTunes backup folder on D drive, E drive or any drive that has more free storage space. Also, you can create the folder in a flash drove, thumb drive, external hard drive, etc. You can name the folder as "New iTunes backup" and any name that is descriptive enough.

Step 2. Rename old iTunes backup folder on system drive

You can find the iTunes default location with the path we give above and rename the folder name from "Backup" to "Old iTunes Backup" or anything else.

Step 3. Change iTunes backup location on Windows PC

You may find it is not easy to understand what symbolic links is. Actually, you don't have to know much about it as long as you can create a symbolic link by following our steps. But if you want to know, we provide the background knowledge for you at the end of the page too.

1. Once your rename the original iTunes backup folder, press SHIFT key and right click on the old iTunes backup file location, you will get a pop-up menu.

"Open command window here", you will get a screen like this:

  1. In the prompt window, manually type in the following command where D:\ is the new drive location (drive letter may vary) and "Backup" is the name of the iOS backup folder you just moved: mklink /J "%APPDATA%\Apple Computer\MobileSync\Backup" "D:\Backup".

  2. The command prompt window return a success in creating a junction. And a new folder shortcut called "Backup" will appear in the original location.

  1. Now, delete old iTunes backup files existing in the MobileSync folder. Then connect your iPhone to PC and back up it with iTunes. You'll find that the new backups are created in E: \Backup (or wherever you created the new backup folder).

56 views0 comments

Recent Posts

See All
bottom of page