
Playground Games is rolling out a hotfix for the Forza Horizon 6 save file corruption bug that's been wiping progress for some players over the past 72 hours. The patch is deploying today (June 17, 2026) across Xbox and Windows, but it won't retroactively restore deleted saves — and cloud sync can interfere with the fix if your local file is already corrupted.
If you haven't been hit yet, you need to manually back up your save file RIGHT NOW before the patch lands. The bug doesn't affect everyone, but if it hits your install mid-patch, you lose everything — hundreds of hours, every car, all your credits. Here's how to protect your file in under five minutes, then let the patch do its job safely.
What Causes the Corruption
The bug originates in how Forza Horizon 6 handles save-state writes during online freeroam session transitions. When the game attempts to serialize your garage data while simultaneously processing a server handoff (switching from one freeroam server instance to another), a race condition can corrupt the save header. The corrupted file then syncs to Xbox cloud, overwriting your clean backup.
The corruption manifests as either a total save deletion (the game thinks you have no progress) or a partial reset where your garage appears empty but your XP/credits remain. In both cases, the file is unrecoverable once cloud sync overwrites it. Playground's patch addresses the race condition that triggers the write error, but it does nothing for files that are already corrupted or already synced to the cloud in a bad state.
Cloud Sync is the Risk
Manual Backup Steps (Do This First)
Before the patch installs on your system, you need to manually copy your save file to an external location and disable cloud sync. This ensures the patch can fix the local file without Xbox cloud overwriting it with a corrupted version.
- Close Forza Horizon 6 completely (check Task Manager to confirm no ForzaHorizon6.exe is running).
- Open File Explorer and paste this path into the address bar: %LOCALAPPDATA%\Packages\Microsoft.SunriseBaseGame_8wekyb3d8bbwe\SystemAppData\wgs — this is where Windows stores your Forza save.
- Copy the entire "wgs" folder to an external drive or a separate partition (NOT the same C: drive — if your SSD fails, both copies die). The folder is usually 500MB–2GB depending on your garage size.
- Open the Xbox app on Windows, go to Settings → General, and toggle OFF "Enable cloud saves for games." This prevents Xbox from syncing until you confirm the patch worked.
- Restart your PC. This flushes any pending sync operations and ensures the next boot pulls the patched game version cleanly.
After the restart, launch Forza Horizon 6. The game will apply the patch automatically if it hasn't already. Let it load your save — if your garage appears intact, the patch worked. If you see a blank save or missing cars, DO NOT continue playing. Exit immediately, re-enable cloud sync, and wait for Xbox to pull your last known good save from the cloud (assuming it wasn't corrupted there first — this is why the local backup is your true safety net).
Re-enable Cloud Sync After Confirmation
What If You're Already Corrupted
If the bug already hit you before the patch rolled out, your options are grim. Playground has confirmed they cannot restore individual saves — the corruption is local and the cloud backup is usually overwritten within minutes of the bug triggering. Your only recourse is the external backup you made (if you made one). If you didn't, you're starting from zero.
Check your external backup from step 3 above. If you copied the "wgs" folder before the corruption hit, you can manually restore it: disable cloud sync again, delete the corrupted "wgs" folder in %LOCALAPPDATA%, paste your backup copy in its place, and re-enable sync. The game will treat the restored file as your current save. If the backup is older than the corruption, you lose progress between the backup date and the bug hit — but it's better than losing everything.
Xbox Support Page
How the Patch Prevents Future Corruption
Playground's hotfix adds a mutex lock to the save-state write operation, ensuring the game finishes serializing your garage data before processing any server handoff. The race condition that caused simultaneous writes — one from the session transition, one from the autosave — can no longer occur. The patch also adds a checksum verification step before cloud sync, so even if a write error slips through, the game won't upload a corrupted file.
This doesn't make the game immune to ALL save corruption (drive failures, Windows crashes mid-write, etc.), but it closes the specific server-transition bug that's been wiping saves since launch week. If you still see corruption after the patch installs, it's a different issue — likely hardware (failing SSD) or OS-level (file permission conflicts). Run chkdsk on your game drive and verify NTFS permissions on the Packages folder.
Ongoing Backup Strategy (Automate It)
Manually copying the save file before every patch is tedious. Set up an automated backup using Windows Task Scheduler: create a daily task that copies %LOCALAPPDATA%\Packages\Microsoft.SunriseBaseGame_8wekyb3d8bbwe\SystemAppData\wgs to an external drive or NAS. This keeps a rolling week of saves in case corruption hits again or you want to roll back after a bad trading decision.
For extra paranoia, enable File History in Windows Settings → Update & Security → Backup, and point it at your external drive. File History snapshots every hour, so you'll have multiple restore points even if you don't notice corruption immediately. The wgs folder is small enough (under 2GB for most players) that hourly backups won't eat storage.