Home
How to Go Back in Windows 10 and Revert Recent Changes
Navigating the Windows 10 environment often requires reversing an action, whether it is an accidental file deletion, a wrong turn in folder navigation, or a system update that caused more harm than good. Windows 10 provides several distinct mechanisms for "going back," ranging from simple keyboard shortcuts to deep system recovery tools.
Quick Summary of Ways to Go Back
- To undo a mistake (typing or deleting): Press
Ctrl + Z. - To go back to a previous folder: Press
Alt + Left Arrowor click the back arrow in File Explorer. - To revert a major Windows update: Go to Settings > Update & Security > Recovery and select "Go back to the previous version of Windows 10." (Note: This is usually only available for 10 days after an update).
- To return to an earlier system state: Use System Restore to move the entire OS back to a specific "Restore Point."
Reversing Recent Actions with the Undo Command
The most common way to go back in Windows 10 is by using the "Undo" function. This feature is integrated into almost every part of the operating system and third-party applications.
Using Ctrl + Z in File Explorer
In our practical testing, many users are unaware that Ctrl + Z works inside File Explorer. If a folder is accidentally dragged into another directory or a file is renamed incorrectly, pressing Ctrl + Z immediately reverts the change. If a file was deleted and moved to the Recycle Bin, this shortcut often restores it to its original location instantly.
Undo in Productivity and Creative Software
In applications like Microsoft Word, Notepad, or Adobe Photoshop, "going back" is managed via a history stack.
- Single Undo:
Ctrl + Zreverses the very last action. - Multiple Undos: Pressing
Ctrl + Zrepeatedly allows for stepping back through dozens of previous actions, depending on the software's memory settings. - The Redo Alternative: If you go back too far,
Ctrl + Y(orCtrl + Shift + Zin some apps) will "redo" the action you just undid.
Limitations of the Undo Shortcut
It is important to note that the Undo buffer is temporary. Once a program is closed or a computer is restarted, the ability to "go back" using Ctrl + Z for those specific sessions is lost. Additionally, certain permanent deletions (like using Shift + Delete) cannot be reversed with this command.
Navigating Backwards in Folders and Applications
When "going back" refers to returning to a previously viewed location, Windows 10 utilizes navigation history similar to a web browser.
Navigation in File Explorer
Moving through deep folder structures can be tedious. Windows 10 offers three ways to return to a previous view:
- The Back Button: Located in the top-left corner of the File Explorer window.
- Keyboard Shortcut: The
Alt + Left Arrowcombination is the standard way to move back one step in the history. - Backspace Key: In older versions of Windows, the Backspace key moved users "Up" to the parent folder. In Windows 10, it functions primarily as a "Back" button, mirroring the path taken.
Navigating in the Settings App and Web Browsers
The Windows 10 Settings app features a prominent back arrow in the top-left corner when navigating through menus like "System" or "Devices." In browsers like Microsoft Edge or Google Chrome, Alt + Left Arrow remains the universal shortcut to go back to the previous webpage.
Reverting to a Previous Version of Windows 10
Sometimes a "feature update" (a large semi-annual update) introduces bugs, driver incompatibilities, or performance drops. Windows 10 includes a built-in "Rollback" feature designed specifically for these situations.
The 10-Day Grace Period
Microsoft implements a strict time limit on the native rollback feature. By default, the system keeps the files from the previous version for only 10 days. After this period, the Windows.old folder—which contains the old OS files—is automatically deleted by the system to free up disk space.
Steps to Roll Back a Feature Update
To initiate a rollback, ensure the computer is plugged into a power source and follow these steps:
- Open the Start Menu and select the Settings (gear icon).
- Navigate to Update & Security.
- Click on Recovery in the left-hand sidebar.
- Under the section titled Go back to the previous version of Windows 10, click the Get started button.
- Windows will ask for feedback on why the rollback is necessary. Selecting a reason is mandatory to proceed.
- The system will warn that apps installed after the update will be removed. Personal files (documents, photos) are generally kept, but a backup is always recommended.
- Follow the remaining prompts and select Go back to earlier build.
The process typically takes between 20 and 60 minutes. During this time, the PC will restart several times. In our labs, we observed that interrupting this process (e.g., a power failure) can lead to a "No Bootable Device" error, making the power connection critical.
What to Do if the Go Back Button is Greyed Out
If the "Get started" button is missing or greyed out, it signifies that the 10-day window has expired or the Windows.old folder has been removed manually or via "Storage Sense." In this case, the native rollback is no longer an option, and users must turn to System Restore or a Clean Install.
Using System Restore to Go Back in Time
System Restore is a different mechanism from the version rollback. Instead of reverting the entire OS build, it reverts system files, registry keys, and installed programs to a specific "Restore Point" created in the past.
How System Restore Works
System Restore acts like a "save game" for the operating system. It does not affect personal files like Word documents or emails, but it will uninstall any drivers or software that were added after the restore point was created.
Performing a System Restore
If Windows 10 is functioning but behaving erratically:
- Type "Create a restore point" in the taskbar search box and select the result.
- In the System Protection tab, click the System Restore... button.
- Click Next and choose a restore point from the list. It is helpful to select the "Show more restore points" checkbox if available.
- Click Scan for affected programs to see exactly what will change.
- Confirm the selection and click Finish.
Accessing System Restore if Windows Won't Boot
If the system crashes before reaching the desktop, you can still go back:
- Hold the Shift key while selecting Restart from the power menu (if reachable).
- If not, force-restart the PC three times during the boot sequence to trigger the Automatic Repair environment.
- Go to Troubleshoot > Advanced options > System Restore.
Uninstalling Specific Quality Updates
Not every update is a major "Feature Update." Many are "Quality Updates" (security patches or bug fixes). If one of these specific patches causes issues, you can go back by uninstalling just that specific update.
Steps to Uninstall a Patch
- Go to Settings > Update & Security > Windows Update.
- Click View update history.
- Select Uninstall updates at the top of the page.
- A Control Panel window will open. Locate the most recent "Update for Microsoft Windows" (look at the "Installed On" column).
- Right-click the update and select Uninstall.
- Restart the computer.
This method is highly effective for fixing "Blue Screen of Death" (BSOD) errors caused by monthly security patches.
Advanced Techniques for Managing the Rollback Period
For power users who want more than 10 days to test a new version of Windows 10, there is a way to extend the rollback window to 60 days using the Command Prompt.
Extending the Rollback Window
This must be done before the initial 10 days have passed.
- Right-click the Start button and select Command Prompt (Admin) or Windows PowerShell (Admin).
- To check the current window, type:
DISM /Online /Get-OSUninstallWindow - To extend the window to 60 days, type:
DISM /Online /Set-OSUninstallWindow /Value:60
Note: 60 days is the maximum value allowed by the system.
Identifying the Windows.old Folder
The Windows.old folder located at the root of the C: drive is the heart of the "Go back" feature. It contains the previous Windows, Program Files, and Users directories. If this folder is deleted, the ability to go back is permanently lost. Users should avoid running "Disk Cleanup" with the "Previous Windows installation(s)" option checked if they intend to revert.
Precautions Before Attempting to Go Back
Going back through system-level changes carries inherent risks. To ensure data safety, the following steps are recommended:
- External Backup: While most "Go back" functions claim to preserve personal data, system corruption can occur. Copy critical files to an external drive or cloud service (like OneDrive or Google Drive) before starting.
- BitLocker Awareness: If the drive is encrypted with BitLocker, ensure the recovery key is accessible. System changes can sometimes trigger a BitLocker lockout.
- Account Passwords: After rolling back, the system will require the password used on the previous version of Windows. If the password was changed recently, the old one may be required.
- Software Licenses: Some specialized software with strict DRM (Digital Rights Management) may perceive a system rollback as a change in hardware, requiring re-activation.
The Future of Windows 10 Support
It is important for users to be aware that Microsoft has announced the end of official support for Windows 10 on October 14, 2025. While the "Go back" and "Restore" features will continue to function locally on the machine, the system will no longer receive security updates or technical assistance from Microsoft after this date. If a user is "going back" to Windows 10 from Windows 11 because of a temporary bug, they should eventually plan to move back to a supported OS to remain secure.
Summary of Reversion Methods
| Goal | Primary Method | Shortcut / Path |
|---|---|---|
| Undo a typing/file error | Undo Command | Ctrl + Z |
| Return to previous folder | Navigation | Alt + Left Arrow |
| Revert major OS update | Version Rollback | Settings > Recovery > Go Back |
| Fix system instability | System Restore | rstrui.exe (Restore Points) |
| Remove a specific patch | Uninstall Update | View Update History > Uninstall |
Frequently Asked Questions
Does "Go back" delete my files?
Typically, no. Using Ctrl + Z, folder navigation, or the "Go back to previous version" feature is designed to keep personal documents intact. However, a System Reset or a "Clean Install" (used as a last resort) will delete files unless specified otherwise.
Why is the "Go back" option missing in Settings?
This happens if more than 10 days have passed since the update, if the Windows.old folder was deleted, or if the update was a "Clean Install" rather than an in-place upgrade.
How long does a system restore take?
A standard System Restore usually takes 15 to 30 minutes. If the system has a large registry or slow mechanical hard drive, it can take up to an hour.
Can I go back to Windows 10 from Windows 11?
Yes, using the same "Recovery" menu in Windows 11. The same 10-day limit applies. If 10 days have passed, you must perform a clean installation of Windows 10 using a bootable USB drive.
What is the difference between "Reset this PC" and "Go back"?
"Go back" returns you to the previous version you had. "Reset this PC" reinstalls the current version you are on, effectively giving you a fresh start of the same build.
Is it safe to stop a rollback halfway?
No. Stopping a rollback or system restore during the "Restoring your previous version of Windows" screen can leave the operating system in a "half-written" state, often resulting in a PC that will not boot. Always wait for the process to finish.
Will I lose my programs after going back?
Yes, any programs or apps installed after the update you are rolling back from will be uninstalled. You will need to reinstall them once the rollback is complete.
Through the strategic use of these tools, Windows 10 users can maintain control over their environment, ensuring that mistakes are easily corrected and problematic updates are quickly neutralized.
-
Topic: Go back to the previous version of Windows - Microsoft Supporthttps://support.microsoft.com/en-us/windows/go-back-to-the-previous-version-of-windows-4fdf8a9e-ddc9-4f65-971f-47e7debab6e1?nochrome=true
-
Topic: How To Go Back To Previous Windows Version (Windows 11/10)https://techbaked.com/go-back-to-previous-windows-version/
-
Topic: How to Restore Windows 10: A Step-by-Step Guide to Full Recoveryhttps://tonysexpress.com/how-to-restore-windows-10-a-step-by-step-guide-to-full-recovery/