Follow
Windows

How to Reset File Associations in Windows 11

Richard
Written by
Richard
Aug 19, 2021 Updated Apr 28, 2026 2 min read
How to Reset File Associations in Windows 11

Sometimes, your computer gets confused about which app should open a specific file. This happens when a new program takes over a file type without asking, or when a Windows update causes a file type handler to break. Resetting these settings forces Windows to use the original Microsoft-recommended apps, fixing errors where files won’t open or the wrong program launches.

What happens when you reset file associations?

When you perform a reset, Windows clears all your custom choices. Any app you previously set as a default for photos, videos, or web links will revert to the factory default. You will need to re-select your preferred apps the next time you open those file types.

How to reset default apps via Settings

This is the safest way to fix file extension mapping issues.

1. Press Windows key + I to open Settings.

2. Click Apps, then select Default apps.

3. Scroll to the very bottom to find the Reset all default apps section.

4. Click the Reset button.

Resetting default app associations for file types in Windows 11

5. Click OK to confirm.

Confirmation prompt for resetting default app associations in Windows 11

Fixing corrupted associations with the Open With dialog

If a specific file won’t open, right-click the file and select Open with > Choose another app. Check the box that says Always use this app to open .xyz files. This creates a new link in the registry for that specific file type.

Advanced: Resetting via Registry Editor (Admin Required)

If settings are stuck, you may need to clear the UserChoice key. Warning: Editing the registry can damage your system if done incorrectly.

1. Press Windows key + R, type regedit, and press Enter.

2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts

3. Find the file extension folder (e.g., .png), right-click the UserChoice folder, and select Delete.

4. Restart your computer.

Advanced: Using DISM to repair system defaults (Admin Required)

If the Windows 11 file association bug persists, use the Deployment Image Servicing and Management (DISM) tool.

1. Open Command Prompt as Administrator.

2. Type the following command and press Enter:

💻Code
dism /online /import-defaultappassociations:C:\Windows\System32\appdefaults.xml

This forces Windows to re-apply the base system defaults from the system image.

Summary

Resetting file associations fixes broken file links and restores system defaults. You can use the Settings app for a quick fix, or use Command Prompt and Registry Editor for deeper troubleshooting. Always back up your registry before making changes to system files.” }

Why do my file associations keep resetting after a Windows update?

Windows updates often reset file associations to Microsoft-recommended apps to ensure security and stability. If an app is not properly registered as a valid handler, Windows may revert the setting to a default browser or media player to prevent potential malware or compatibility issues during the update process.

Can I export and import file associations in Windows 11?

Yes, you can export your current settings using the command: dism /online /export-defaultappassociations:C:\path\to\file.xml. You can then import these settings on another machine using the /import-defaultappassociations command. This is useful for IT administrators managing multiple computers in an office environment.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
How to Select Multiple Files in Windows 11
Windows How to Select Multiple Files in Windows 11

0 Comments

  • […] UserChoice Protection Driver is a Windows feature that helps prevent unauthorized changes to file type associations. When a user sets a default program for opening a specific file type, Windows adds an entry for […]

    Reply
  • Resetting file type associations? Why on earth some wants all those unwanted Microsoft apps back on its PC? The opposite is true, I guess.
    I prefer other apps (Firefox, Thunderbird and so on), so I deleted Edge from W10 a long time
    ago, and I am glad with that decision. The EU was not able to stop those Seattle alligators, better do that on our own (with a litte help from henrypp’ s simplewall).

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *