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.

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:
- Open Start and go to Settings
- Click Apps on the left sidebar
- Select Installed apps
- Search for Settings in the search bar
- Click the three-dot menu next to it
- Select Advanced options
- Scroll down and click Reset
On Windows 10:
- Go to Settings > Apps > Apps & features
- Find Settings in the list (you may need to search)
- Click it and select Advanced options
- 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:
- Right-click the desktop
- Select Display settings
- Scroll to Scale and set it back to the recommended percentage (usually 100% or 125%)
- Under Display resolution, choose the one marked (Recommended)
Night light and color filters:
- Go to Settings > System > Display
- Turn off Night light if it’s on
- Go to Accessibility > Color filters and toggle off any active filter
Personalization (wallpaper, colors, themes):
- Go to Settings > Personalization > Themes
- 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:
- Right-click the Speaker icon in the taskbar
- Select Sound settings
- Scroll down to Advanced
- Click More sound settings
- In the Playback tab, right-click your default device
- Choose Properties > Advanced tab
- Click Restore Defaults
You can also reset the volume mixer:
- Go to Settings > System > Sound
- Scroll to Volume mixer
- 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:
- Open Settings > Network & internet
- Scroll to the bottom
- Click Advanced network settings
- Select Network reset
- 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:
- Go to Settings > Privacy & security (Windows 11) or Settings > Privacy (Windows 10)
- Go through each section: Camera, Microphone, Location, Notifications
- Toggle off apps you don’t want to have access
- 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:
- Go to Settings > Apps > Installed apps
- Find the app, click the three-dot menu
- Select Advanced options
- 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.
Method 7: Reset Windows Update Settings
If Windows Update is stuck, disabled, or behaving oddly:
- Open Command Prompt as administrator
- 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:
- Open Control Panel (search it in Start)
- Go to Hardware and Sound > Power Options
- Click Restore plan defaults under your current plan
- 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:
- Go to Settings > Time & language > Typing
- Scroll down and adjust autocorrect, autocapitalize, and text suggestions
- For keyboard layout, go to Settings > Time & language > Language & region and remove extra keyboards
Mouse:
- Go to Settings > Bluetooth & devices > Mouse
- Set pointer speed to the middle of the slider (default)
- Click Additional mouse settings for more options
- 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:
- Go to Settings > System > Recovery
- Under Recovery options, click Reset PC
On Windows 10:
- Go to Settings > Update & Security > Recovery
- Click Get started under Reset this PC
You’ll see two choices:
| Option | What It Does |
|---|---|
| Keep my files | Removes apps and settings, keeps personal files |
| Remove everything | Full 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.
Quick Reference: Which Reset to Use
| Problem | Use This Method |
|---|---|
| Settings app crashes or is slow | Method 1 (Reset Settings app) |
| Screen looks wrong | Method 2 (Display settings) |
| No sound or wrong audio | Method 3 (Sound settings) |
| Can’t connect to internet | Method 4 (Network reset) |
| Apps have too many permissions | Method 5 (Privacy settings) |
| One app is misbehaving | Method 6 (App reset) |
| Windows Update won’t work | Method 7 (Update reset) |
| Laptop battery drains fast | Method 8 (Power settings) |
| Full system issues | Method 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.
