2025 Fix: 'There was a Problem Resetting Your PC' Error

Running the SFC scan is the fastest solution

Reading time icon 8 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more

Key notes

  • There are instances when resetting your Windows 10 computer is an impossible task.
  • Utilities like the SFC scan offer fast solutions to resolving this PC issue.
  • Generally, solutions that work on Windows 10 can be applied to Windows 11 with minor UI differences.
There was a problem resetting your PC

If you’re seeing the “There was a problem resetting your PC. No changes were made” error on Windows 10 or 11, don’t worry — this guide will help you fix it step by step.

This problem usually appears when trying to reset your system using Reset this PC, and it often occurs because of:

  • Damaged recovery image
  • Missing or corrupted system files
  • Incomplete Windows updates
  • Boot configuration errors

Whether you’re using a laptop (HP, Dell, Lenovo, Surface Pro) or a desktop, these methods will help you restore your PC.


⚠️ Common Variations of the Error:

  • There was a problem resetting your PC. No changes were made.
  • Can’t reset PC Windows 10 / Windows 11
  • There was a problem refreshing your PC
  • Windows reset failed cloud download
  • Stuck on blue screen reset loop

These errors may show up during a normal factory reset or while using recovery options.


✅ Quick Fix (Summary)

To fix this error, you’ll need to:

  1. Run Startup Repair
  2. Use SFC /scannow and DISM to repair system files
  3. Perform a System Restore
  4. Reset using installation media (USB/DVD)
  5. Check and rebuild BCD (Boot Configuration Data) if needed

Scroll down for detailed steps and screenshots for each fix.

Why can’t I reset my PC to factory settings?

1. Perform a system file check

1.1 Run the SFC scan

  1. Press Windows Key + X to open the Windows menu. Now select Command Prompt (Admin). You can also use PowerShell (Admin) if this option isn’t available.
    There was a problem refreshing your PC, no changes were made
  2. When Command Prompt opens, enter the script below and hit Enter.
    sfc /scannow
    There was a problem resetting your PC no changes were made Windows 8
  3. The SFC scan will now start. This process can take up to 20 minutes, so don’t interrupt it.

According to users, If you see There was a problem resetting your PC without password, it can often occur due to corrupted files, but you can fix this problem by performing a simple SFC scan.

If the SFC scan doesn’t solve the issue, or if you can’t run SFC, you might have to use the DISM scan.

1.2 Run the DISM scan

  1. Press Windows Key + X to open the Windows menu. Now select Command Prompt (Admin). You can also use PowerShell (Admin) if this option isn’t available.
    There was a problem refreshing your PC, no changes were made
  2. When Command Prompt opens, enter the script below and hit Enter.
    DISM /Online /Cleanup-Image /RestoreHealth
  3. Once the DISM scan completes, check if the problem persists. If it does, repeat the SFC scan (Remember that DISM scan can take more than 20 minutes, so don’t interrupt it.).
  4. If you still can’t reset Windows 10, type the following commands and hit Enter after each.
    cd %windir%system32config
    ren system system.001
    ren software software.001

Third-party system maintenance tools should also be used as a good measure. The process is faster and ensures that no damaged or corrupted files remain on your computer.

2. Use a boot-up CD or USB stick

  1. Get the Windows 10 install files from the Microsoft website to create a boot-up CD or USB stick.
  2. Plug the USB stick in or insert the CD and then choose Reset.
  3. Follow the instructions on the screen to complete the reset.

3. Use a system restore point

  1. Press Windows Key + S, enter system restore, and choose the Create a restore point option.There was a problem refreshing your PC, no changes were made
  2. The System Properties window will now appear; click on System Restore.
    Can't reset PC Windows 10
  3. Once the System Restore window opens, click Next.
    There was a problem resetting your PC Surface Pro 4
  4. If available, check Show more restore points options. Now select the desired restore point and click Next.
    There was a problem resetting your laptop
  5. Follow the instructions on the screen to complete the process.

After the system restoration, the issue should be resolved entirely.

If no restore points are available, go to the Control Panel, search for Recovery, select Recovery, go to Configure System Restore and then select Configure and Turn on system protection to enable this option.

4. Disable ragentc

  1. Press Windows Key + X to open the Windows menu. Now select Command Prompt (Admin). You can also use PowerShell (Admin) if this option isn’t available.
    There was a problem refreshing your PC, no changes were made
  2. Now enter the command below and hit Enter.
    reagentc /disable
  3. Finally, enter this enable script below and hit Enter.
    reagentc /enable

After running these commands, try to reset your PC again.

According to users, you might be able to fix There was a problem resetting your PC message simply by temporarily disabling reagentc.

5. Perform SFC scan outside of Windows

  1. Open the Start Menu and click the Power button, then press and hold the Shift key and choose Restart from the menu.
    There was a problem resetting your PC no changes were made Windows 10
  2. Navigate Troubleshoot > Advanced options > Command Prompt.
  3. Now enter the script below and hit Enter.
    wmic logicaldisk get deviceid, volumename, description
  4. A List of local drives will appear. Find your system drive. Keep in mind that this is usually D outside of Windows environment. Now enter the following command and hit Enter.
    sfc /scannow /offbootdir=d: /offwindir=d:Windows

SFC scan will now start, so be patient and let it finish. Once the scan is completed, check if the problem persists.

According to users, sometimes you might have to perform the SFC scan outside of Windows 10 to fix There was a problem resetting your PC message.

6. Run DISM scan outside of Windows

In some cases, you can fix this problem by running the DISM scan outside of Windows environment. To do that, first you need to create Windows 10 installation media.

You can do so with ease using Media Creation Tool. Once you create an installation media, connect it to your PC and follow these steps:

  1. Boot your PC from the installation media.
  2. Select the desired language.
  3. Now click Repair your computer option in the bottom left corner.
  4. Now choose Troubleshoot > Advanced options > Command Prompt.
  5. Enter the command below, then click Enter. You should now see all system images available on the installation media. If you don’t see this information, try using a different letter instead of E: to access the system image.
    dism /get-wiminf /wimfile:E:sourcesinstall.esd
  6. Now enter the script below and hit Enter.
    mkdir d:scratch
  7. Finally, run the DISM command below.
    dism /image:d /cleanup-image /restorehealth /source:esd:e:sourcesinstall.esd:2 /scratchdir:d:scratch /limitaccess

If everything is in order, the DISM scan should now start and repair your files.

Once the scan completes, check if the problem persists. Remember that this is an advanced solution, so be extra cautious and follow the instructions carefully.

7. Refresh Windows from Windows Defender

  1. Press Windows Key + I to open the Settings app.
  2. Go to the Update & Security section.
    Can't reset PC Windows 10
  3. Now choose Windows Defender, then click the Open Windows Defender Security Center button.
    There was a problem resetting your PC Surface Pro 2
  4. Now go to Device performance & health.
    There was a problem resetting your computer
  5. Click Additional info in the Fresh start section.
    There was a problem resetting your PC no changes were made Windows 10
  6. Now click the Get started button.
    There was a problem refreshing your PC, no changes were made

Follow the instructions on the screen to refresh your PC. Remember that you’ll remove most files from the system drive by restoring your PC, so be sure to back them up.

8. Perform a clean install

If you keep getting There was a problem resetting your PC error message, your only solution might be to perform a clean install. To do that, you must create an installation media with Media Creation Tool.

After that, boot your PC from the installation media and select your system drive.

Follow the instructions to complete the installation. Once the installation completes, you’ll have a clean installation of Windows 10, and the problem should be resolved.

If you need to back up your files, look for the Windows.old directory and restore the desired files.

How can I fix There was a problem resetting your PC on Windows 11?

You can adopt any of the solutions listed above.

You should, however, note that the interface on windows 11 may slightly differ from Windows 10. However, since on both OS versions, this problem is triggered for the same reasons, they share common solutions.

Also, make sure you use the command prompt to run the above command on your Windows 11 PC rather than the new Windows terminal.

How long should resetting this PC take?

An ordinary PC reset might take anything from 30 minutes to four hours. However, older computers might take longer to reset because of outdated components incompatible with current software.

There you go. If there was a problem resetting your PC, you should have successfully fixed it. We recommend you start with a simple SFC scan and only move on to other solutions if that does not work for you.

We hope one of these solutions helped you to complete the reset process. Also, these would work if you come across There was a problem resetting your PC from USB.

If you’ve encountered other workarounds, list the troubleshooting steps in the comment section below.

More about the topics: System Errors

User forum

1 messages