Share via

Is it possible to use WinGet to restore my Windows 11 Enterprise machine from a backup?

Falanga, Rod, DOH 940 Reputation points
2026-04-01T21:37:56.79+00:00

I've got a 2-year-old HP desktop PC, with a i9 processor. However, this has been one of the worst experiences PCs I've ever had. It is experiencing BSOD multiple times a week. This morning when I came into work, I couldn't even log in because it wouldn't respond to anything. So, I had to do a hard boot. 15 minutes ago, my PC workstation experienced another BSOD. About 6 months ago I had my PC tech people work on it. They replaced everything in it, except for the SSD. It worked fine for months, until last month when it started experiencing these BSODs. I am convinced I'll have to have them replace the SSD, at least. Or maybe the whole machine.

Bringing up a machine from scratch is a labor-intensive process, requiring days. I don't look forward to that. I'm trying to find a way of backing up my machine so that I can run some script to reinstall all the apps I have on it. I can copy the most important data to my OneDrive for Business account. Much of it is already there.

Anyway, can WinGet help me with this? If not, what would be other alternatives?

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-04-01T21:38:16.4266667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    WinGet cannot restore a Windows 11 Enterprise machine from a backup or rebuild the OS and user profile. It is only a package manager that can install and update apps; it does not handle system imaging, user data, or Windows configuration backup/restore.

    For the scenario described (frequent BSODs and likely SSD/hardware issues), the relevant options are Windows backup and recovery features plus manual data backup:

    1. Back up data and settings
      • Use OneDrive (or OneDrive for Business) to copy important user data to the cloud.
      • Windows 11 includes Windows Backup, which can back up files, some settings, and apps to the cloud when signed in with a Microsoft account. This is primarily designed for consumer devices and personal Microsoft accounts, not work/school accounts.
      • For general backup concepts and options (files vs. full system), see the overview of backup, restore, and recovery in Windows.
    2. Understand what backup vs. restore vs. recovery cover
      • Backup: copies of data (files, folders, sometimes settings) to external drives or cloud storage to protect against loss or corruption.
      • Restore: bringing data back from a backup to its original or a new location.
      • Recovery: broader OS-level repair, including using reset, recovery drives, or reinstalling Windows when the system is unstable or corrupted.
    3. Use Windows recovery options when the machine is unstable With repeated BSODs and suspected SSD issues, OS repair or reinstall is likely needed after hardware is fixed:
      • If Windows is still bootable, use Reset this PC (with “Keep my files” if allowed by policy) to reinstall Windows while preserving user files but removing apps and settings.
      • If Windows does not start reliably, use Startup Repair or other recovery tools.
      • If updates are failing or system files are damaged, reinstalling Windows using Windows Update is another option.
    4. PC-to-PC transfer (when moving to a replacement machine)
      • Windows supports PC-to-PC transfer to move files, settings, and preferences from one Windows device to another without external drives. This helps reduce setup time when switching to a new device, though it does not automatically reinstall every enterprise app.
    5. Reinstalling apps
      • WinGet can help script reinstallation of supported apps after the OS is repaired or reinstalled, but it must be combined with:
        • A list of required packages (e.g., a manifest or exported list maintained separately).
        • Separate backup of configuration files and data.
      • WinGet does not provide a full “machine image” restore.

    Given the symptoms and the fact that nearly all hardware has already been replaced except the SSD, the priority should be:

    1. Back up important data (OneDrive, external drive).
    2. Use Windows recovery options (Reset, Startup Repair, or full reinstall) once hardware issues (especially SSD) are addressed.
    3. Use tools like WinGet only as a convenience layer to reinstall applications after the OS is healthy; they cannot replace system-level backup and recovery.

    References:

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Domic Vo 19,030 Reputation points Independent Advisor
    2026-04-01T22:49:36.48+00:00

    Hello,

    Given the instability you’re describing that frequent BSODs even after hardware replacements which the SSD is a very plausible suspect. A failing SSD can cause intermittent I/O errors that manifest as system crashes, and since it’s the only original component left, it should be tested thoroughly with vendor diagnostic tools before you commit to a rebuild.

    On the question of reinstalling applications efficiently: WinGet can definitely help, but only if the applications you use are available in the Windows Package Manager repository. WinGet allows you to export a list of installed packages (winget export -o apps.json) and then re‑import them on a fresh system (winget import -i apps.json). This works well for mainstream software, but it won’t cover custom line‑of‑business apps, MSI packages not in the repository, or apps installed manually from vendor sites. For those, you’d need to maintain your own installation scripts or deployment packages.

    If you want a more complete rebuild strategy, consider combining WinGet with Chocolatey or SCCM/Intune if you have enterprise licensing. That way you can script installation of both public and private packages. Another option is to use Windows Backup with OneDrive integration in Windows 11, which can restore system settings, pinned apps, and Microsoft Store apps automatically, but again it won’t cover everything.

    So, WinGet is useful for speeding up reinstallation of common apps, but it won’t give you a full “one‑click rebuild.” The best practice is to export your WinGet package list, back up your data to OneDrive as you’re already doing, and supplement with a script or documentation for the apps that aren’t in the repository. That way, if the SSD does fail and you need to rebuild, you’ll reduce the downtime significantly.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    Domic Vo.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.