Windows Issue Fix: Resetting This PC Stuck at 1% - 99%

Stop waiting for a frozen screen. Whether you have a reset this pc stuck at 62 or 99 percent error, master the advanced troubleshooting steps to unfreeze your laptop and safely reinstall Windows.

By Lucas    Updated on August 6, 2026

Breaking out of an infinite reset loop requires utilizing the Windows Recovery Environment or an external bootable diagnostic tool. Review the direct solutions below to unfreeze your system safely and securely. You can successfully bypass the resetting this PC stuck error without permanently bricking your computer. While a normal reset can take up to 2 hours, a screen frozen on a specific percentage may stick for longer than 3 hours, which indicates a critical file failure or a dying hard drive.

You must force your computer to shut down and boot into the WinRE. From there, you can run the native "Startup Repair" tool, or use the Command Prompt to run SFC and DISM scans to repair the corrupted Windows recovery image natively.

If native tools cannot fix a laptop stuck at resetting this pc, the hard drive itself likely contains logical corruption or physical bad sectors. Many users rely on AOMEI Partition Software. By creating a bootable USB on a secondary PC, you can bypass the frozen OS to visually check for Bad Sectors, rebuild the MBR, or wipe the corrupted partition to allow for a clean Windows installation.

Why is a Laptop Stuck at Resetting This PC?

Understanding the mechanics of the Windows reset protocol explains why it occasionally freezes for hours on end. Let's explore the underlying hardware and software roadblocks triggering this frustrating infinite loop.

When your Windows 10 or Windows 11 computer is running poorly or infected with a virus, utilizing the "Reset this PC" feature is the standard troubleshooting advice. This built-in utility attempts to wipe your existing C: drive and unpack a hidden, compressed recovery image of Windows to reinstall the operating system. However, if the hard drive has sustained physical damage, or if the hidden recovery image was corrupted by malware, the unpacking process crashes.

Because Windows is operating in a pre-boot environment during the reset, it does not display a standard error message. Instead, the screen simply freezes on a specific number, leaving you with a Resetting this PC stuck nightmare.

Method 1: Interrupt the Loop and Run Startup Repair

Safely breaking the infinite loading screen requires a forced hardware shutdown. We can then utilize the native Windows Recovery Environment to initiate an automatic diagnostic fix.

If you have waited more than 3 hours, you must manually intervene. Do not worry about "breaking" Windows—if the laptop is stuck at resetting this pc issue has persisted this long, the original Windows installation is already compromised, and a forced shutdown is your only path forward.

Step 1. Press and hold the physical Power button on your laptop or desktop for 10 to 15 seconds until the screen goes completely black and the fan noise stops.

Step 2. Unplug all USB devices, external hard drives, and extra monitors.

Step 3. Turn the PC back on. The moment the Windows logo appears, press and hold the power button again to force another shutdown.

Step 4. Repeat this "turn on, force off" cycle three times. On the fourth boot, Windows will display a "Preparing Automatic Repair" screen. Let it load.

Step 5. When the blue menu appears, click Advanced options > Troubleshoot > Advanced options > Startup Repair.

Step 6. Windows will now attempt to automatically detect and repair the corrupted boot files that caused the reset to freeze.

Method 2: Fix Reset This PC Stuck at 62 via Command Prompt

Specific percentage freezes often point to severely corrupted system recovery files. We can utilize advanced command-line scripts to repair the Windows registry and deployment images manually.

If you encounter the reset this pc stuck at 62 error specifically, the system is failing to unpack the Windows image file. We must use the Deployment Image Servicing and Management (DISM) tool inside the recovery environment to fetch healthy system files and repair the corruption. Executing these specific diagnostic commands forces Windows to cross-reference its files against a healthy baseline.

Step 1. Boot into the Windows Recovery Environment using the three-reboot trick mentioned in Method 1.

Step 2. Navigate to Advanced options > Troubleshoot > Advanced options > Command Prompt. In the black terminal, type the following command to check the disk file system and press Enter:

chkdsk C: /f /r /x (Note: This can take a long time if the drive is large).

Next, type the System File Checker command and press Enter:

sfc /scannow

Finally, run the deployment repair command by typing:

DISM /Online /Cleanup-Image /RestoreHealth

Once the scans successfully reach 100%, type exit, restart the PC, and attempt the "Reset this PC" process once more.

Method 3: Resolve Resetting This PC Stuck at 99 via AOMEI

When native recovery tools fail, the hard drive may be suffering from severe logical corruption or physical bad sectors. Many users utilize AOMEI Partition Software to diagnose and repair the disk visually from a bootable USB.

If your computer exhibits the excruciating resetting this pc stuck at 99 error, the operating system is actually fully installed, but it cannot write the final bootloader instructions to the partition table. Instead of fighting with complex native command-line scripts, you should utilize AOMEI Partition Software.

This professional Windows computer management software bypasses the frozen OS entirely. By allowing you to create a secure WinPE bootable USB, it grants you direct, visual access to rebuild boot sectors, test for dying hardware, and manage your partitions flawlessly.

AOMEI Partition Software

A safe and reliable disk partition management tool that helps you migrate OS to SSD or HDD, reorganize disk space, and improve overall PC performance.

 

Step 1: Create an Emergency WinPE USB

Deploying a recovery environment on a secondary computer allows you to bypass the frozen operating system completely. AOMEI automates this process securely in just a few clicks.

1. On a friend or family member's working Windows PC, plug in an empty USB flash drive (8GB or larger). Download, install, and open AOMEI Partition Software.

2. In the top toolbar, click on Tools and select Make Bootable Media.

3. Follow the wizard prompts, select your USB drive, and click Proceed to burn the AOMEI recovery environment to the flash drive.

Step 2: Check Partition for Bad Sectors

Diagnosing the physical health of your hard drive confirms whether the hardware is actually capable of completing a reset. A visual surface test reveals dying flash memory or magnetic sectors instantly.

1. Unplug the USB from the working PC and insert it into your frozen, stuck laptop. Turn the laptop on and rapidly tap the BIOS Boot Menu key (usually F12, F10, or DEL). Instruct the motherboard to boot from the USB drive.

2. The AOMEI visual interface will launch. Right-click your main internal hard drive and select Advanced > Check Partition (or select Surface Test from the top menu).

Choose the option to check for bad sectors and click Start.

If the visual map turns red, your hard drive is suffering from physical hardware failure, which is exactly why the reset got stuck. The drive must be replaced. If the blocks are green, proceed to Step 3.

Step 3: Rebuild MBR or Wipe for a Clean Install

Fixing the bootloader or wiping a severely corrupted partition prepares the system for a fresh installation. These non-destructive and deep-clean tools ensure your PC becomes usable again.

If you were stuck at 99%, the bootloader is likely corrupted. Right-click the system disk in AOMEI and select Rebuild MBR. Select your Windows version, click OK, then hit Apply and Proceed. Reboot the PC to see if Windows successfully loads.

If the PC still refuses to boot, the "Reset this PC" hidden image is destroyed. You must perform a Clean Install.

To prepare the drive safely and prevent further errors, right-click your C: drive inside AOMEI and select Format Partition (choose NTFS). Hit Apply and Proceed. Your drive is now perfectly clean and healthy. You can use a standard Microsoft Windows Installation USB to install a brand new, flawless copy of Windows 11 or 10.

Ending

Escaping an infinite reset loop requires patience, precise diagnostics, and the deployment of reliable repair software. Here is a brief recap of the essential strategies to unfreeze your computer and restore functionality.

When you encounter the resetting this pc stuck error, understanding the specific freeze percentage dictates your troubleshooting path. A reset this pc stuck at 62 error usually points to Windows registry staging failures, which can often be solved by running SFC and DISM scans via the native Windows Recovery Environment. However, if a laptop stuck at resetting this pc fails at 99%, or if native tools refuse to run, relying on enterprise-grade software is vital.

By utilizing the Make Bootable Media, Surface Test, and Rebuild MBR features within AOMEI Partition Software, you can definitively diagnose failing hardware, repair corrupted boot sectors, and format stubborn drives to guarantee a successful Windows restoration.

FAQs

Q: Will force-shutting down my computer during a reset destroy my hard drive?

A: It will not physically destroy the metal or flash memory of your hard drive. However, forcing a shutdown during a reset will corrupt the Windows operating system software. Because the reset was already permanently frozen, the OS was likely already compromised. A clean install will be required to fix the software.

Q: How long should I wait before deciding the reset is permanently stuck?

A: A normal "Reset this PC" process on a standard SSD usually takes 30 to 45 minutes. On an older mechanical HDD, it can take up to 2 hours. If the screen has remained on the exact same percentage for more than 3 full hours with no hard drive activity light blinking, it is permanently stuck.

Q: Can a lack of internet connection cause a Windows reset to freeze?

A: Yes. If you chose the "Cloud Download" option when initiating the reset, Windows attempts to download a fresh 4GB+ recovery image directly from Microsoft servers. If your Wi-Fi drops or your router resets during this process, the percentage will permanently freeze. Utilizing the "Local Reinstall" option is generally safer for unstable networks.

Q: Will formatting my drive with AOMEI Partition Software delete my personal files?

A: Yes. Using the "Format Partition" or "Wipe Partition" features will permanently delete all files currently residing on that specific partition. If you have files you desperately need to save from the stuck PC, you should use the AOMEI bootable USB to access the drive and transfer the files to an external hard drive before you format it.

Lucas · Editor
I prefer peaceful and quiet life during vacation,but sometimes I watch football match if my favorite club performs brilliantly in that season. And I love reading, painting and calligraphy, thus I send my friends festival handwriting cards every year.