Quick fix: “Refresh your PC” was a Windows 8 feature; replaced by “Reset this PC” in Windows 10/11. To access: Settings → System → Recovery → Reset PC. Pick Keep my files — equivalent to old Refresh. If Reset doesn’t work or is missing: WinRE corrupted. Run reagentc /enable in Admin cmd. Or restore WinRE.wim from Windows 11 ISO.
Windows 11 unified Refresh + Reset into single “Reset this PC” with two modes. If the option seems missing, you’re looking for the wrong location, or WinRE is broken.
Affects: Windows 11.
Fix time: ~10 minutes.
What causes this
Windows 8 had separate Refresh (keep personal files + reinstall Windows + remove apps) and Reset (factory). Windows 10 / 11 merged into “Reset this PC” with two flow options:
- Keep my files: equivalent to old Refresh.
- Remove everything: equivalent to old Reset.
If you’re looking for “Refresh,” you actually need “Reset PC → Keep my files.”
Method 1: Use Reset PC for the Refresh equivalent
The standard route.
- Open Settings → System → Recovery.
- Find Reset this PC. Click Reset PC.
- Pick Keep my files. Reinstalls Windows preserving documents.
- Pick Cloud download (downloads fresh Windows from Microsoft) or Local reinstall (uses on-disk recovery image).
- Cloud download: ~4GB, safer for corrupted local recovery.
- Local reinstall: faster, uses your existing recovery image.
- Walk through wizard. Confirm.
- Wait. Process takes 30-60 minutes.
- After: Windows fresh, documents preserved, apps removed (you’ll need to reinstall).
This is the standard route.
Method 2: Repair WinRE if Reset is missing
For when Reset itself is missing/broken.
- If Reset PC is missing from Recovery page: Windows Recovery Environment (WinRE) is corrupted or disabled.
- Open Command Prompt as Admin.
- Check WinRE status:
reagentc /info - If shows Disabled:
reagentc /enable. - If shows missing WinRE.wim: continue.
- Mount Windows 11 ISO. Extract WinRE.wim from install.wim (Method 2 in “Cannot find recovery image” article).
- Copy to
C:\Recovery\WindowsRE\WinRE.wim. - Register:
reagentc /setreimage /path C:\Recovery\WindowsRE. - Enable:
reagentc /enable. - Re-open Settings → Recovery. Reset PC option should appear.
This is the WinRE repair.
Method 3: Use Windows 11 ISO for in-place upgrade as alternative
For when Reset can’t be made to work.
- Download Windows 11 ISO from microsoft.com/software-download/windows11.
- Mount: right-click .iso → Mount.
- From mounted drive: run setup.exe.
- Pick Download and install updates (or Not right now).
- Pick Keep files and apps. In-place upgrade preserves data and apps.
- Differs from Reset: doesn’t remove apps. Just reinstalls Windows.
- Takes ~30-60 minutes. Reboots multiple times.
- After: Windows reinstalled, all data intact, apps preserved.
- This is the safest equivalent to old “Refresh.” Closest to original Windows 8 Refresh behavior.
- For repairing Windows without losing anything: in-place upgrade is the go-to.
This is the ISO route.
How to verify the fix worked
- Settings → System → Recovery shows Reset PC option.
- Or: in-place upgrade from ISO completes.
- Windows reinstalled fresh.
- Documents, photos, settings preserved (with Keep my files).
- Apps may need reinstall (depends on which method).
If none of these work
If Reset and in-place upgrade fail: Disk space: need 30GB+ free. Free space first. For corrupted Windows installation: SFC + DISM first. For BitLocker: have recovery key ready. For OEM PCs: vendor may have OEM-specific recovery. HP, Dell, Lenovo recovery USBs. For Surface devices: Surface Recovery Image via USB. For dual-boot: Reset only affects Windows; Linux unaffected. For activation issues post-reset: Microsoft account re-activates automatically. Sign in. For specific corporate-managed: IT may block Reset. Last resort: clean install: fresh Win11 install with format. Lose everything not backed up. Most thorough.
Bottom line: “Refresh” renamed to Reset PC → Keep my files in Windows 10/11. Find at Settings → System → Recovery. If missing: repair WinRE via reagentc commands, or use in-place upgrade from Windows 11 ISO setup.exe.