How to Reset Settings to Default in Windows 11/10 (Complete Guide)

Your PC is acting up. Apps are crashing, things look wrong, or you just want a clean slate without wiping everything. Resetting your Windows settings to default is often the fastest fix, and you have more control over this than most people realize.

Here’s what I’ll cover: how to reset individual settings, full system settings, and when to use each method depending on what’s broken.

What “Resetting Settings” Actually Means

There’s no single button that resets everything in Windows at once. “Settings” in Windows means different things depending on context:

  • Display, sound, and personalization settings live in the Settings app
  • App-specific settings are stored per-app
  • System-wide settings are tied to your user profile or the OS itself
  • Factory reset wipes the PC back to out-of-box state

Knowing which layer you need to fix saves a lot of time.

Reset Settings to Default in Windows

Method 1: Reset the Windows Settings App Itself

If your Settings app is broken, slow, or showing wrong options, you can reset it like any other app.

On Windows 11:

  1. Open Start and go to Settings
  2. Click Apps on the left sidebar
  3. Select Installed apps
  4. Search for Settings in the search bar
  5. Click the three-dot menu next to it
  6. Select Advanced options
  7. Scroll down and click Reset

On Windows 10:

  1. Go to Settings > Apps > Apps & features
  2. Find Settings in the list (you may need to search)
  3. Click it and select Advanced options
  4. Hit Reset

This clears cached data and broken preferences tied to the Settings app itself.

Method 2: Reset Display and Appearance Settings

If your screen resolution, scaling, or colors look off:

Resolution and scaling:

  1. Right-click the desktop
  2. Select Display settings
  3. Scroll to Scale and set it back to the recommended percentage (usually 100% or 125%)
  4. Under Display resolution, choose the one marked (Recommended)
See also  ms-teams.exe: Why Is ms-teams Using So Much Memory? (2026 Guide)

Night light and color filters:

  1. Go to Settings > System > Display
  2. Turn off Night light if it’s on
  3. Go to Accessibility > Color filters and toggle off any active filter

Personalization (wallpaper, colors, themes):

  1. Go to Settings > Personalization > Themes
  2. Scroll to Windows default themes and click Windows (light) or Windows 11 to restore the factory look

Method 3: Reset Sound Settings

If your audio is messed up after an update or driver change:

  1. Right-click the Speaker icon in the taskbar
  2. Select Sound settings
  3. Scroll down to Advanced
  4. Click More sound settings
  5. In the Playback tab, right-click your default device
  6. Choose Properties > Advanced tab
  7. Click Restore Defaults

You can also reset the volume mixer:

  1. Go to Settings > System > Sound
  2. Scroll to Volume mixer
  3. Click Reset at the bottom of the page

Method 4: Reset Network Settings

Network problems are some of the most common reasons people want to reset settings. This resets Wi-Fi, Ethernet, VPN configs, and DNS:

Quick network reset on Windows 11/10:

  1. Open Settings > Network & internet
  2. Scroll to the bottom
  3. Click Advanced network settings
  4. Select Network reset
  5. Click Reset now

Windows will restart and bring all network adapters back to factory defaults. You’ll need to reconnect to Wi-Fi afterward.

Using Command Prompt for deeper network reset:

Open Command Prompt as administrator and run these one by one:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew

Restart after running all five commands.

Method 5: Reset Privacy Settings

Windows 11 and 10 have a lot of privacy toggles. If apps have permissions they shouldn’t or you want to start clean:

  1. Go to Settings > Privacy & security (Windows 11) or Settings > Privacy (Windows 10)
  2. Go through each section: Camera, Microphone, Location, Notifications
  3. Toggle off apps you don’t want to have access
  4. At the top of each section, you can disable the feature entirely for all apps

There’s no single “reset all privacy settings” button, but Microsoft’s privacy dashboard lets you manage data associated with your Microsoft account from one place.

Method 6: Reset Individual App Settings

Many apps store their settings separately. Here’s how to reset them:

For Microsoft Store apps:

  1. Go to Settings > Apps > Installed apps
  2. Find the app, click the three-dot menu
  3. Select Advanced options
  4. Click Reset (this deletes app data) or Repair (this fixes without deleting data)

For desktop apps (like Chrome, Office):

These store settings in AppData folders. You can find them by pressing Win + R, typing %appdata% or %localappdata%, and looking for the app’s folder. Delete or rename the folder and the app will recreate it fresh on next launch.

See also  How to Show Battery Percentage on Laptop (Windows, Mac, Linux) 2026

Method 7: Reset Windows Update Settings

If Windows Update is stuck, disabled, or behaving oddly:

  1. Open Command Prompt as administrator
  2. Run these commands in order:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver

This clears the Windows Update cache and forces it to start fresh on the next check.

Method 8: Reset Power Settings

If your laptop isn’t sleeping right or your power plan got changed:

  1. Open Control Panel (search it in Start)
  2. Go to Hardware and Sound > Power Options
  3. Click Restore plan defaults under your current plan
  4. Or select Balanced (recommended) to go back to the default Windows power plan

You can also reset via Command Prompt:

powercfg -restoredefaultschemes

This brings back all the built-in Windows power plans.

Method 9: Reset Keyboard and Mouse Settings

Keyboard:

  1. Go to Settings > Time & language > Typing
  2. Scroll down and adjust autocorrect, autocapitalize, and text suggestions
  3. For keyboard layout, go to Settings > Time & language > Language & region and remove extra keyboards

Mouse:

  1. Go to Settings > Bluetooth & devices > Mouse
  2. Set pointer speed to the middle of the slider (default)
  3. Click Additional mouse settings for more options
  4. In the Mouse Properties window, go to the Pointer Options tab and check Enhance pointer precision (default behavior)

Method 10: Full PC Reset (Keep Files or Remove Everything)

If individual resets haven’t fixed the problem, you can reset Windows entirely. This is the nuclear option but it works.

On Windows 11:

  1. Go to Settings > System > Recovery
  2. Under Recovery options, click Reset PC

On Windows 10:

  1. Go to Settings > Update & Security > Recovery
  2. Click Get started under Reset this PC

You’ll see two choices:

OptionWhat It Does
Keep my filesRemoves apps and settings, keeps personal files
Remove everythingFull wipe, everything deleted

After choosing, you’ll also pick between Cloud download (downloads a fresh Windows copy) or Local reinstall (uses files already on your PC). Cloud download is more reliable if your local files are corrupted.

Method 11: Reset Specific System Settings via Command Line

Some settings can only be reliably reset through the command line. Here are a few useful ones:

Reset Windows Firewall:

netsh advfirewall reset

Reset Group Policy settings:

secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose

Reset all icon cache (fixes broken desktop icons):

taskkill /f /im explorer.exe
del /f /s /q "%localappdata%\IconCache.db"
start explorer.exe

What to Do Before Resetting Anything

Before touching any settings, do these quickly:

  • Create a restore point: Search “Create a restore point” in Start, click Create, and name it. This lets you undo changes if something breaks.
  • Note your Wi-Fi passwords: Network resets will disconnect everything.
  • Back up key files: Even if you’re only resetting settings, accidents happen.
  • Screenshot current settings: A photo of what things looked like before helps you get back to your preferred state.
See also  How to Find HP Smart App on This Computer (Windows 11/10 Guide in 2026)

Quick Reference: Which Reset to Use

ProblemUse This Method
Settings app crashes or is slowMethod 1 (Reset Settings app)
Screen looks wrongMethod 2 (Display settings)
No sound or wrong audioMethod 3 (Sound settings)
Can’t connect to internetMethod 4 (Network reset)
Apps have too many permissionsMethod 5 (Privacy settings)
One app is misbehavingMethod 6 (App reset)
Windows Update won’t workMethod 7 (Update reset)
Laptop battery drains fastMethod 8 (Power settings)
Full system issuesMethod 10 (PC Reset)

Conclusion

Resetting settings in Windows 11 or 10 doesn’t have to mean wiping your entire PC. Most problems can be fixed by resetting just the layer that’s broken, whether that’s a single app, your network stack, your audio config, or your display settings. Start small and work your way up. A full PC reset is always there as a last resort, but in most cases, you won’t need it.

The key is knowing which setting maps to which problem. Use the table above to narrow it down fast, try the fix, and restart if the changes don’t show up immediately. Most of these resets take under two minutes.

FAQs

Will resetting my PC remove Windows 11 and go back to Windows 10?

No. Resetting your PC keeps whatever version of Windows is currently installed. If you’re on Windows 11 and reset it, you stay on Windows 11. The only way to go back to Windows 10 is through a clean install using a bootable USB drive with the Windows 10 ISO from Microsoft’s website.

I reset my network settings but my VPN stopped working. How do I fix it?

Network reset removes all VPN adapters and configurations. You’ll need to reinstall your VPN app from scratch after the reset. Don’t just open the existing app and reconnect since the adapter it relied on is gone. Uninstall the VPN, restart, then reinstall it fresh.

Is there a way to reset Windows settings without losing my apps?

The “Keep my files” PC reset option removes most apps but keeps your personal files. There’s no built-in option to reset all Windows settings while keeping both files and apps intact. Your best approach is to reset individual settings categories one by one (display, sound, network) rather than doing a full PC reset.

Why does my PC look different after someone else used it, even though I’m back on my own account?

Windows ties personalization and settings to each user account separately. If someone used a different account on your PC and made changes, those changes only affected their profile. If your own account looks different, someone may have changed settings while logged into your account, or a Windows update applied new defaults. Go through Settings > Personalization and Settings > System to put things back the way you had them.

Does resetting Windows settings affect my Microsoft account on other devices?

Some settings sync across devices through your Microsoft account, like your browser favorites in Edge, your Microsoft 365 preferences, and certain accessibility settings. If you reset those locally, they may re-sync from the cloud on the next sign-in. To stop that, go to Settings > Accounts > Windows backup and toggle off “Remember my preferences” before resetting.

MK Usmaan