Watch the video:
Timestamps:
0:00 - Explanation
0:27 - Fix 1: Completely reinstall Microsoft Store
1:43 - Fix 2: Download using Xbox App instead
2:07 - Fix 3: Sign out, in & verify system time
3:02 - Fix 4: Download from "Library"
3:31 - Fix 5: Reset & Clear Microsoft Store Cache
5:34 - Fix 6: Microsoft Store Troubleshooter
Trying to download Forza Horizon 5, but unable to do so? Well, this video shows some simple steps that you can follow to get this issue fixed. By the end, you should be able to download and hop into the game!
—- Related Forza 5 Videos —-
Forza 5 ULTIMATE Optimization: Go to post or View on YouTube
Fix Login Loop/Errors: Go to post or View on YouTube
Disable voice chat: Go to post or View on YouTube
Fix Disconnect error: Go to post or View on YouTube
Fix Not downloading (Gamepass): Go to post or View on YouTube
Reinstall Microsoft Store:
Get-AppxPackage windowsstore | Remove-AppxPackage
[REBOOT]
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}