Few Windows messages are as rude as “There was a problem resetting your PC. No changes were made.” It shows up right when you are trying to do the responsible thing: clean up your computer, remove stubborn software, recover from system problems, or prepare the device for a fresh start. Instead of a reset, Windows gives you the digital equivalent of a shrug.
The good news: this error usually does not mean your PC is doomed. In most cases, the reset process fails because Windows cannot access healthy recovery files, system files are damaged, Windows Recovery Environment is disabled, a recent update broke recovery behavior, or the drive has errors. Annoying? Absolutely. Fixable? Very often.
This guide walks you through practical ways to fix the There was a problem resetting your PC error in Windows 10 and Windows 11. We will start with the simplest fixes and move toward stronger recovery options, including SFC, DISM, Startup Repair, REAgentC, System Restore, Cloud Download, and reinstalling Windows from installation media. No panic required. Maybe coffee, though.
What Does “There Was a Problem Resetting Your PC” Mean?
The error appears when the built-in Reset this PC feature cannot complete the reset operation. Windows may begin the reset, restart, load the recovery screen, and then suddenly roll everything back with the message: No changes were made.
That message is actually a tiny mercy. It usually means Windows stopped before making major changes, so your files and settings may still be intact. However, it also means the reset engine hit a roadblock. The most common causes include corrupted system files, a damaged Windows image, problems with the recovery partition, disabled Windows Recovery Environment, failed updates, missing reset files, disk errors, or interference from security software and external devices.
Think of Reset this PC as a moving crew. If the truck, map, or keys are missing, nobody is moving anywhere. Your job is to figure out which part of the reset system is broken and repair it.
Before You Try Fixes: Back Up Your Important Files
Before running repair commands or reinstalling Windows, back up anything important: documents, photos, school or work files, browser bookmarks, passwords, game saves, and software license keys. Even “Keep my files” is not a magical force field. It keeps personal files in many cases, but apps are usually removed and settings may be reset.
Use an external drive, cloud storage, or another computer. If Windows still boots, copy your files manually. If Windows does not boot, use Windows Recovery Environment, a bootable USB drive, or a professional repair shop if the files are valuable. Data first, drama second.
Fix 1: Restart and Remove External Devices
Start simple. Restart the PC and unplug nonessential hardware such as printers, scanners, external drives, USB hubs, game controllers, docking stations, SD cards, and extra monitors. Leave only the keyboard, mouse, power cable, and internet connection.
External devices can sometimes interfere with recovery, drivers, or boot behavior. This is especially true on laptops connected to docks. After unplugging accessories, try Reset this PC again:
- Open Settings.
- Go to System > Recovery in Windows 11, or Update & Security > Recovery in Windows 10.
- Select Reset PC or Get started.
- Choose Keep my files or Remove everything.
- Choose Cloud download if local reinstall keeps failing.
Fix 2: Try Cloud Download Instead of Local Reinstall
When you reset Windows, you may see two reinstall options: Cloud download and Local reinstall. Local reinstall uses files already stored on your PC. If those files are damaged, the reset can fail. Cloud download pulls fresh Windows installation files from Microsoft servers, which can bypass corrupted local recovery files.
Use Cloud download if you have a stable internet connection and enough data allowance. It may take longer, but it is often the cleaner route. Local reinstall is faster when your Windows files are healthy. When the local files are the problem, however, local reinstall is like asking a broken printer to print its own repair manual.
Fix 3: Run Startup Repair from Windows Recovery Environment
Windows Recovery Environment, often called WinRE, includes repair tools for startup problems, system recovery, command prompt repairs, and reset options. Startup Repair can fix boot-related issues that may also block the reset process.
How to open Windows Recovery Environment
- Hold Shift while selecting Restart from the Start menu or sign-in screen.
- Wait for the blue recovery screen.
- Select Troubleshoot.
- Choose Advanced options.
- Select Startup Repair.
If Windows will not boot normally, interrupt startup three times by turning the PC off as Windows begins loading. On the next start, Windows may open Automatic Repair. Use this carefully; do not randomly power off a PC during updates unless the machine is truly stuck.
Fix 4: Repair Corrupted System Files with SFC
Corrupted system files are a classic reason Windows reset fails. The System File Checker tool scans protected Windows files and attempts to replace damaged versions with healthy copies.
Open Command Prompt as Administrator. Then run:
Wait until the scan reaches 100 percent. Do not close the window halfway through, even if it appears to be taking a snack break. After the scan finishes, restart your PC and try the reset again.
If SFC reports that it found and repaired files, that is a good sign. If it says it found problems but could not fix all of them, continue with DISM in the next step.
Fix 5: Repair the Windows Image with DISM
DISM, short for Deployment Image Servicing and Management, repairs the Windows component store. In plain English, it fixes the source that SFC depends on. If SFC is the mechanic, DISM is the parts warehouse. If the warehouse is messy, the mechanic cannot do much.
Open Command Prompt as Administrator and run:
The scan may pause at certain percentages. That is normal. After DISM completes, run SFC again:
Restart the computer and try Reset this PC again. This combination fixes many reset failures caused by damaged Windows files.
Fix 6: Check Whether Windows Recovery Environment Is Enabled
If WinRE is disabled or misconfigured, Reset this PC may fail before it gets very far. You can check its status using the REAgentC command.
Open Command Prompt as Administrator and type:
Look for Windows RE status. If it says Disabled, enable it with:
If it is already enabled but still misbehaving, you can disable and re-enable it:
Then restart your PC and try the reset again. This can rebuild the connection between Windows and its recovery environment.
Fix 7: Run CHKDSK to Find Drive Errors
A failing or corrupted drive can prevent Windows from resetting. If the reset process needs to read or write files from damaged sectors, the operation may collapse like a lawn chair at a family barbecue.
Open Command Prompt as Administrator and run:
Windows may ask to schedule the scan for the next restart. Type Y, press Enter, and restart your computer. This scan can take a long time, especially on older hard drives. Keep the laptop plugged in and let it finish.
If CHKDSK reports many bad sectors, consider replacing the drive before reinstalling Windows. Software repair cannot save hardware that is waving a tiny white flag.
Fix 8: Use System Restore
If the reset error appeared after a driver update, Windows update, app installation, or system change, System Restore may help. It rolls system files and settings back to an earlier restore point without deleting your personal files.
- Open Windows Recovery Environment.
- Select Troubleshoot.
- Choose Advanced options.
- Select System Restore.
- Pick a restore point from before the problem began.
After the restore completes, boot into Windows and try the reset again if needed. If the goal was only to undo a bad system change, you may not need to reset at all.
Fix 9: Install Pending Windows Updates
Sometimes the reset tool itself is affected by a Windows bug. Microsoft has previously released updates to fix reset and recovery problems. If your PC still boots, go to Settings > Windows Update and install available updates. Restart afterward, even if Windows acts casual about it.
This is especially important if the reset problem began right after a monthly update. A later cumulative update may contain the fix. If updates fail too, repair Windows with SFC and DISM first, then try Windows Update again.
Fix 10: Temporarily Disable Third-Party Antivirus
Security software is useful, but sometimes it gets a little too heroic and blocks system-level changes. If you use third-party antivirus or endpoint protection, temporarily disable it before attempting the reset. Do not disable Windows Security permanently; just reduce interference during the repair attempt.
If the PC belongs to a school, workplace, or organization, do not bypass managed security controls. Ask the administrator. Managed devices may use policies that restrict reset options, remote wipe, BitLocker recovery, or reinstallation.
Fix 11: Use Advanced Startup Command Prompt
If Windows will not boot normally, you can run repair commands from the recovery command prompt.
- Open Windows Recovery Environment.
- Select Troubleshoot.
- Choose Advanced options.
- Select Command Prompt.
Drive letters may change inside recovery mode. Your Windows installation may not be on C:. Use this command to list volumes:
Find the volume that contains the Windows folder. Then run offline SFC using the correct drive letter. For example, if Windows is on C:, use:
If your Windows folder is on D:, replace C: with D:. Accuracy matters here. Guessing drive letters is how computers learn new swear words.
Fix 12: Reset from Windows Recovery Environment Instead of Settings
If resetting from Settings fails, try launching the reset from WinRE instead. This starts the reset process outside the normal Windows desktop session.
- Hold Shift and click Restart.
- Select Troubleshoot.
- Choose Reset this PC.
- Select Keep my files or Remove everything.
- Choose Cloud download if available.
This route can succeed when the Settings app version fails. It is also useful when Windows is unstable but the recovery environment still loads properly.
Fix 13: Use Your Manufacturer’s Recovery Tool
Many major PC brands provide their own recovery environments. Dell systems may include SupportAssist OS Recovery. HP computers often use HP recovery tools or F11 recovery options. Lenovo devices may include recovery options through Windows or Lenovo-specific recovery tools.
Manufacturer recovery tools can be helpful because they may include factory drivers, diagnostics, and device-specific repair options. They can also check hardware health, which is important if reset failures are caused by a dying SSD or hard drive.
Before using a factory recovery tool, read the options carefully. Some restore methods erase everything and return the computer to factory condition. That may be exactly what you want, but it should not be a surprise party for your files.
Fix 14: Reinstall Windows with Installation Media
If Reset this PC still fails after repairs, use Windows installation media. This bypasses the broken reset mechanism and installs Windows from a bootable USB drive.
What you need
- A working computer with internet access
- A USB drive, usually 8 GB or larger
- The official Windows Media Creation Tool or Windows ISO
- A backup of your important files
Basic reinstall steps
- Create Windows installation media on the USB drive.
- Plug the USB drive into the problem PC.
- Restart and open the boot menu using the correct key for your device.
- Boot from the USB drive.
- Choose your language and keyboard settings.
- Select Install now.
- Choose whether to keep files, upgrade, or perform a clean install based on your situation.
A clean install is the strongest fix, but it removes apps and can erase personal files if you delete or format partitions. Use it when you want the freshest possible start or when the existing Windows installation is too damaged to repair.
Cloud Download vs. USB Reinstall: Which Is Better?
Cloud download is easier because it runs from the reset menu and downloads fresh Windows files automatically. It is best when Windows still boots and the reset tool works well enough to begin.
USB reinstall is stronger because it does not depend as much on the damaged Windows installation. It is best when Reset this PC repeatedly fails, Windows will not boot, WinRE is broken, or you want a clean installation.
In simple terms: try Cloud download first. If Windows keeps refusing like a cat near bathwater, move to USB installation media.
Common Mistakes to Avoid
Do not reset before backing up
Even when choosing Keep my files, back up first. Personal files may survive, but apps, settings, and unusual folder locations may not.
Do not interrupt the reset
A reset can sit at one percentage for a long time. Interrupting it can make the problem worse. Keep the PC plugged in and give it time.
Do not ignore hardware warnings
If the drive is failing, Windows repair tools may only delay the inevitable. Run manufacturer diagnostics if resets keep failing or the PC freezes, clicks, overheats, or randomly disappears from boot options.
Do not use random registry fixes
Some online advice suggests renaming registry hives or deleting recovery files without context. That can make a recoverable PC much harder to fix. Use official repair paths first.
When Should You Choose “Keep My Files”?
Choose Keep my files when you want to refresh Windows without intentionally deleting personal files. This option is useful for slow performance, broken settings, driver trouble, or stubborn software problems. However, it usually removes installed desktop apps, so prepare to reinstall programs afterward.
When Should You Choose “Remove Everything”?
Choose Remove everything when you are selling, donating, recycling, or fully rebuilding the PC. If privacy matters, choose the option to clean the drive when available. It takes longer, but it makes recovery of deleted files harder. For a personal repair, a standard removal may be enough. For handing the device to someone else, be more thorough.
Real-World Experience: What Usually Works Best
In real troubleshooting, the fastest solution is rarely the fanciest one. Many people see the There was a problem resetting your PC error and immediately assume they need a new computer. Usually, they do not. The first winning move is to slow down and separate the problem into three questions: Does Windows still boot? Does WinRE work? Are the system files healthy?
When Windows still boots, the most successful repair path is usually DISM followed by SFC, then a restart, then Cloud download. This works because it repairs the Windows image and system files before asking the reset tool to do heavy lifting. It is like tightening the wheels before driving across town. Not glamorous, but very helpful.
On laptops, I have seen resets fail simply because the machine was connected to a dock, external storage, or a nearly dead battery. Once the laptop was plugged directly into power, disconnected from extra devices, and restarted, the reset worked. Windows recovery can be oddly sensitive. It does not always explain itself, because apparently mystery is part of the brand.
Another common pattern: the local reinstall option fails, but Cloud download succeeds. That usually means the files stored on the PC for recovery are damaged or incomplete. Cloud download avoids those local files and grabs fresh installation files. It is not magic, but it can feel like magic after three failed reset attempts and one deeply emotional stare at the monitor.
For older computers, drive health matters more than people expect. A reset writes a large amount of data. If the hard drive or SSD is unstable, the reset may fail halfway through or roll back. When CHKDSK finds repeated errors, or the manufacturer diagnostic reports drive problems, replacing the drive before reinstalling Windows is often smarter than trying the same reset ten more times.
On school or work computers, reset problems can also be policy-related. Managed devices may have BitLocker, remote management, recovery restrictions, or custom images. In those cases, forcing a reset can create more trouble, especially if a recovery key is required. The best move is to contact the administrator and ask for the approved recovery process.
The cleanest final fix is a USB reinstall. It takes more preparation, but it bypasses many broken reset components. For a PC that has malware damage, corrupted recovery files, failed updates, or years of mystery software installed, a clean Windows installation often delivers the best long-term result. The downside is that you must reinstall apps, restore files, and set up preferences again. The upside is that the computer often feels dramatically better afterward, like it finally got eight hours of sleep and stopped eating browser toolbars for breakfast.
The main lesson is simple: do not keep clicking Reset and hoping the fourth attempt will suddenly develop confidence. Back up your files, repair Windows, check WinRE, try Cloud download, test the drive, and then use installation media if needed. That sequence saves time, protects data, and gives you a much better chance of fixing the reset error without turning your desk into a tiny tech-support battlefield.
Conclusion
The There was a problem resetting your PC error is frustrating, but it is usually a repairable Windows recovery problem rather than a total disaster. Start with basic steps: restart, unplug extra devices, and try Cloud download. Then repair system files with DISM and SFC, check Windows Recovery Environment with REAgentC, scan the drive with CHKDSK, and try resetting from WinRE. If none of those options work, create Windows installation media and reinstall Windows from USB.
The safest strategy is to protect your files first, repair from least invasive to most invasive, and avoid random risky shortcuts. Windows may be dramatic, but with the right steps, you can usually get your PC reset, refreshed, or reinstalled without losing your mind.
