Bethesda warned Skyrim and Fallout 4 players that its next round of updates will break things again, and anyone who has been through a Creation Club update before knows the drill: SKSE goes down for a week, half the mod list stops loading, and rebuilding a heavily-modded install from memory is a weekend gone. The way to survive an update is to take a full snapshot of the current setup before it hits, and to have the tooling ready to reinstall from a list rather than click-by-click.
We reviewed 8 desktop tools that back up, package, freeze, or rebuild Bethesda mod setups. Every pick is Windows-native, actively maintained, and free.
What to look for in a mod migration app
The situation is specific: an executable update is inbound, and current mods depend on the current executable.
- Full modlist export. A tool that only exports mod names is not enough; save the profile, load order, and per-mod overrides.
- Deterministic reinstall. The same list should produce the same setup on a second machine.
- Executable-version pinning. If a mod needs Skyrim SE 1.5.97 or Fallout 4 pre-Next-Gen, the tool should know.
- Save-game handling. Mods that write to the save need special care during migration.
- Cross-tool compatibility. A Mod Organizer 2 profile should be recoverable if you migrate to Vortex, and vice versa.
Quick comparison table
| App | Best for | Platforms | Free plan | Starting price/mo | Rating |
|---|---|---|---|---|---|
| Wabbajack | Full modlist packaging and reinstall | Windows | Fully free | Free | Community standard |
| Mod Organizer 2 | Profile-based mod management | Windows | Fully free | Free | Long-running favorite |
| Vortex | Nexus-integrated mod manager | Windows | Fully free | Free | Widely used |
| LOOT | Load-order sorting | Windows | Fully free | Free | Standard tool |
| xEdit | Plugin conflict resolution | Windows | Fully free | Free | Standard in advanced setups |
| BethINI | INI configuration backup | Windows | Fully free | Free | Widely used |
| Nexus Mods Collections | Curated shareable modlists | Windows | Free with Nexus account | Around $6/mo Premium for fast downloads | Growing adoption |
| Root Builder | Root-folder mod isolation | Windows | Fully free | Free | Advanced-user pick |
The apps
1. Wabbajack – Best for packaging a full modlist and reinstalling from scratch
Wabbajack turns a working modlist into a portable manifest. Point it at your current install, and it produces a file that a future you (or another machine) can hand to Wabbajack to reinstall the exact same setup, with the exact same versions, from Nexus. When a game update lands and breaks everything, this is the tool that gets you back to a known-good state.
Where it falls short: First run is slow (many gigabytes to redownload), and modlists depend on the source mods still being available on Nexus. Delisted mods break the reinstall.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows
Download: Official site · GitHub
Bottom line: The single most important tool to run before a Bethesda update if you value your current mod list.
2. Mod Organizer 2 – Best for clean profile-based management
Mod Organizer 2 uses a virtual file system so mods never touch the actual game folder. That means a Bethesda executable update cannot corrupt the mod install, and profiles let you keep separate load orders for separate save games. Migrations between machines are a matter of copying the profile folder.
Where it falls short: Setup is more work than Vortex. The virtual FS occasionally confuses third-party tools that expect real files.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows
Download: Official site · GitHub
Bottom line: The right base to build any serious Skyrim or Fallout mod install on.
3. Vortex – Best Nexus-integrated all-in-one manager
Vortex is the official Nexus Mods manager. It handles installation, load-order sorting, conflict resolution, and profiles across dozens of games. The Nexus integration is direct: subscribe to a collection, and Vortex downloads and configures it end to end.
Where it falls short: The rules-based conflict system is powerful but opaque when it produces a strange result. Not the best pick for hand-crafted setups.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows
Download: Official site · GitHub
Bottom line: The pick if the priority is downloading a shared collection and playing quickly.
4. LOOT – Best for load-order sanity
LOOT analyzes your plugin list and sorts it according to community-maintained metadata. It catches missing masters, incompatible plugins, and version conflicts before the game crashes. Both MO2 and Vortex integrate it directly, but the standalone version is worth keeping too.
Where it falls short: Sorting rules are as good as the community metadata. A brand-new mod may not be sorted correctly yet.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows, Linux, macOS
Download: Official site · GitHub
Bottom line: Run it after every mod change and before every game update.
5. xEdit – Best for resolving plugin conflicts
xEdit (SSEEdit, FO4Edit, TES5Edit) is the plugin editor advanced mod users lean on. When two mods edit the same record, xEdit builds a patch that keeps both mods’ changes. Migrations often need a fresh Bashed Patch or Smashed Patch on the new install; xEdit is where that happens.
Where it falls short: Deep tool. Expect to spend hours on documentation before making a real patch.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows
Download: GitHub
Bottom line: Not for casual users, but the reason serious modlists survive complex updates.
6. BethINI – Best for INI file backup and standard tweaks
BethINI manages the game’s INI files (Skyrim.ini, SkyrimPrefs.ini, Fallout4.ini, Fallout4Prefs.ini) with sane presets and a backup workflow. Before a game update, a snapshot of your INI is often what you need to restore lost graphics settings and load-order behaviors.
Where it falls short: Presets are opinionated; going through the advanced tab manually is still often necessary.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows
Download: Nexus Mods
Bottom line: Small tool, high payoff. Snapshot your INIs before every Bethesda update.
7. Nexus Mods Collections – Best for sharing a working setup
Nexus Mods Collections is Nexus’s own answer to Wabbajack: a curated bundle of mods that another player can install with one click. If the goal is to preserve a working setup that friends can reinstall too, publishing a Collection is the shortest path.
Where it falls short: Requires a Nexus account. Fast downloads still require a paid Premium subscription. Collections cannot include mods hosted outside Nexus.
Pricing:
- Free: Basic downloads with wait times
- Paid: Around $6/month for Nexus Premium (fast downloads, one-click Collection install)
Platforms: Windows (Vortex integration)
Download: Nexus Collections
Bottom line: Use this alongside Wabbajack, not instead of it, for the highest chance the setup survives.
8. Root Builder – Best for isolating root-folder mods
Root Builder is the MO2 extension that keeps root-folder-installed content (SKSE, ENB, ENBSeries files) inside MO2’s virtual filesystem instead of in the game folder. That preserves the “Bethesda updates cannot touch mod files” guarantee even for the mods that traditionally lived in the game root.
Where it falls short: Only works with Mod Organizer 2 setups; Vortex users get no benefit.
Pricing:
- Free: Everything
- Paid: Not applicable
Platforms: Windows (MO2)
Download: Nexus Mods
Bottom line: Small install, but the reason your ENB survives when Bethesda touches the game folder.
How to pick the right one
- Before the next Bethesda update: run Wabbajack on the current install to snapshot it.
- If you are starting a new install: base it on Mod Organizer 2, sort with LOOT, patch with xEdit.
- If you want the fastest path from empty folder to playing: Vortex plus a well-reviewed Nexus Collection.
- If you already use MO2 and want maximum isolation: MO2 + Root Builder + Wabbajack.
- If your setup lives on INI tweaks and ENB presets: back those up with BethINI before every update.
- If your friends want to reinstall your setup: publish it as a Nexus Collection, keep a Wabbajack manifest as a private backup.
FAQ
How do I back up my Skyrim mod list before a Bethesda update? Run Wabbajack in “create modlist” mode against the current install. Save the resulting manifest file somewhere off the game drive. That is your restore point.
Will my mods break when Bethesda updates Skyrim or Fallout 4? SKSE and other executable-dependent mods usually break for days to weeks after any Bethesda executable update. Mods that ship only ESPs and BSAs usually survive.
Should I switch from Vortex to Mod Organizer 2? Only if your setup has grown complex enough that per-profile isolation and root-folder virtualization would save you time. For casual setups, Vortex is fine.
How do I roll back Skyrim to an older version after an update? Steam’s console lets you install a specific manifest ID for an older build; the Skyrim modding community maintains the current list of IDs. Wabbajack manifests can pin the exact version required.
Can I import my Vortex setup into Mod Organizer 2? Not directly. The workflow is to export the load order, reinstall each mod into an MO2 profile, and rebuild patches. LOOT and xEdit make the sort and patch steps repeatable.
Are Nexus Mods Collections a replacement for Wabbajack? They overlap. Collections cover the shared “install my exact list” workflow with tighter Nexus integration. Wabbajack handles mods hosted outside Nexus and is more resilient to a mod being delisted, so many users keep both.