How Can I Change the Download Location in Windows 11?
How Can I Change the Download Location in Windows 11?
4 Answers

How to Change Download Location in Windows 11
Trying to keep your downloads organized in Windows 11? Here’s how you can change your download location to keep things tidy and save some disk space too.
Why Bother Changing the Download Location?
- Clean up the clutter: The default Downloads folder can turn into a mess pretty quickly. By switching up the download spot, you can sort different types of files more easily.
- Save some space: Downloads can eat up a lot of storage. Moving them to an external drive or a different partition can free up your main drive and keep your system running smoothly.
- Make it personal: We all have our own ways of organizing stuff. Choose a download location that fits your workflow best.
How to Change Download Location
Switching things up using File Explorer:
- Open File Explorer: Click its icon on the taskbar or press
Windows + E
. - Find the Downloads folder: On the left sidebar.
- Right-click: The Downloads folder and hit “Properties.”
- Go to the “Location” tab: In the Properties window.
- Hit the “Move…”: Button, pick your new folder, and then click “Select Folder.”
- Click “Apply,”: And move the existing files if you want, then hit “OK” to wrap it up.
Tweaking browser settings:
Google Chrome:
- Fire up Google Chrome.
- Click the three dots in the top right corner and go to “Settings.”
- Scroll down, hit “Advanced,” and in the “Downloads” section, click “Change.”
- Pick your new folder and click “Select Folder.”
Mozilla Firefox:
- Open Firefox.
- Click the three horizontal lines in the top right corner and go to “Settings.”
- Under the “General” tab, scroll to “Files and Applications.”
- Click “Browse” next to the current download location, choose your new folder, and click “Select Folder.”
Microsoft Edge:
- Launch Edge.
- Click the three horizontal dots in the top right corner and go to “Settings.”
- Hit “Downloads” on the left sidebar.
- Click “Change” next to the current download location, select the new folder, and click “Select Folder.”
Using Windows Settings:
- Press
Win + I
to open Windows Settings. - Go to “System > Storage.”
- Click “Where new content is saved.”
- Use the dropdown menus to pick a different drive for new apps, documents, music, photos, and videos.
For the tech-savvy folks: Changing via PowerShell
- Open PowerShell as an administrator. Search for “PowerShell” in the Start menu, right-click it, and select “Run as administrator.”
- Run this command, replacing “D:\Downloads” with your new path:
- Restart your computer to apply the changes.
$Shell = New-Object -ComObject Shell.Application
$Downloads = $Shell.Namespace('shell:Downloads').Self.Path
$Shell.Namespace('D:\Downloads').CopyHere($Downloads, 0x10)
A Few Things to Keep in Mind
- Back up your files: Just to be safe, back up important downloads before changing the location.
- Check folder permissions: Make sure the new folder has the right read/write permissions.
- Sync settings: If you use multiple devices with the same Microsoft account, you’ll need to change the download settings on each one separately.
- Existing downloads: Moving the download location won’t affect already downloaded files. You’ll have to move those manually if needed.
Some Handy Tips for Managing Download Locations
- Think about using external drives to save some space on your system drive.
- Create subfolders in the download location to sort files by type or project, like “Documents,” “Installers,” and “Media.”
- Regularly clean up old files to keep your download folder from getting out of hand.
- If you use multiple browsers, try keeping the download settings the same across all of them.
Hopefully, these tips and steps make it a bit easier to change your download location in Windows 11 and keep everything cool and organized.

Changing the download location on Windows 11 isn’t rocket science, but it can save you from the frustration of endlessly organizing files in the same old folder. Here’s how you can shake things up:
First off, start by kicking open the File Explorer. Just hit the Windows key and E, or give the folder icon a click on your taskbar—easy peasy. Once you’re inside, hunt down the Downloads folder. It’s usually lurking in the Quick Access section on your left. Can’t spot it? No worries! Type shell:downloads
into the Run box (Windows key + R will fire that up).
Now, here’s the kicker—once you’ve found the folder, right-click on it and hit Properties. This pops open a window with tabs on top. Scoot over to the one labeled Location. That’ll show you where your downloads currently land. If you feel like switching things up, click the Move… button. You’ll get a file browser window that lets you wander around your computer or even your external drives to pick a new spot.
When you’ve found the folder that screams “home” for your downloads, select it and hit Select Folder, then Apply in the Properties window. You might get a nudge asking if you want to haul your old downloads to the new digs—say Yes or No based on your gut feel. Wrap it all up by clicking OK.
New downloads will head straight to this new spot instead of the usual Downloads folder. And if you’re rocking Windows 10, don’t sweat—it’s pretty much the same drill.
Switching up your download destination is a tiny tweak, but it can make a world of difference in keeping things tidy across all your devices. Trust me, your future self will thank you.

Changing where your downloads land in Windows 11 isn’t just for neat freaks—it’s pretty useful if you’re running low on space or just want to keep things tidy. You’ve got a few ways to do it, depending on whether you’re dealing with overall system downloads or specific app paths, like Microsoft’s Store apps. Let’s break it down:
Switch Up Your Default Downloads Folder
Quick Rundown:
By default, Windows likes to stash everything in C:\Users\[Your Username]\Downloads
. If you’re thinking your C: drive is getting crammed, moving this can help.
Doing It the Simple Way Through File Explorer
- Pop open File Explorer (Win + E), right-click on the Downloads folder on the left, and go for Properties.
- Head to the Location tab, hit Move, and pick or make a new folder wherever you like, perhaps
D:\Downloads
. - Slam that Apply button, and when it asks to move your stuff, say Yes.
Getting Into the Nitty-Gritty with Registry Editor
Only go here if things won’t stick or get all funky:
- Fire up Command Prompt with admin rights (search for
cmd
, right-click the result, then hit Run as administrator). - Slap these commands into it, one by one, to reset some settings:
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /t reg_sz /v "{374DE290-123F-4565-9164-39C4925E467B}" /d "%USERPROFILE%\Downloads" reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /t reg_sz /v "{374DE290-123F-4565-9164-39C4925E467B}" /d "%USERPROFILE%\Downloads"
- Give your computer a restart to lock those changes in.
Shifting Where Apps Save Through Microsoft Store
Why Bother?:
If all your apps pile into the system drive, it can bog things down. Spreading them out can keep things running smooth.
- Open Settings (Win + I), head to System, then Storage. Look for Advanced storage settings and go to Where new content is saved.
- Pick another drive for New apps will save to, maybe
D:\
, and hit Apply.
When Things Go Sideways
If Your Downloads Location Keeps Resetting
Why It Happens:
- Might be janky registry stuff or permissions issues.
Fixes:- Run that registry tweak again as an admin.
- Make sure the new folder’s security settings give you Full Control.
Hit with “Access Denied” Warnings?
Why It Happens:
- Could be you’re not allowed to mess with the folder.
Fixes:- Right-click the folder, go to Properties, and in Security, make sure you’ve got Full Control.
Store Won’t Save to the New Spot
Why It Happens:
- System updates might not be squared away yet.
Fixes:- You might need to kickstart the Windows Update service. Run Services (Win + R, type
services.msc
).
- You might need to kickstart the Windows Update service. Run Services (Win + R, type
Extra Goodies
- Hey, Don’t Forget Your Browser: Chrome, Edge, and the like have their own download settings. Tweak those in their options.
- Third-Party Tools: There are apps like FolderMove that can make this all way easier, by automating the shifts for you.
All in all, by navigating these steps, your download locations in Windows 11 can be organized just the way you like without unnecessary trouble.

Want to change where your downloads land on Windows 11? It’s simpler than you’d think—let’s hop in.
First up, change your download folder through the Settings menu. Dive into this by hitting the Start menu and sliding over to Settings. Once you’re there, you’ll want to tap on System and then swing by Storage. Now, scroll down, find ‘Where new content is saved,’ and get ready for a change. Under ‘New downloads will save to,’ there’s a nifty drop-down where you can pick your preferred drive. A click on Apply seals the deal.
Next, let’s tackle shifting the download folder location using File Explorer. Give Win + E a go to pop open File Explorer. Head over to the Downloads folder, give it a right-click, and mosey on down to Properties. The key is in the Location tab—hit that Move button. Pick where you want your Downloads to set up shop and select the folder. Hit Apply and, when prompted, say yes to moving your files.
Now, if you want to change the download spot just for browsers, here’s how you roll.
For Google Chrome users: Tap the three-dot menu and dive into Settings. Scroll till you hit Advanced, then tweak your download location in the Downloads section—just change it up by picking a new path.
For Microsoft Edge fans: Drop by the top-right corner and hit Settings. Look for Downloads there, then change the location by picking a new path.
And there you have it, a few tricks to customize where your downloads go in Windows 11, saving you endless searching later down the line.
Need a backup? You can always lean on the trusty folks at Microsoft Support or skim through the official Windows Help articles. They’ve got your back with detailed rundowns and guidance.