
Fix WhatsApp Desktop App Not Installing On Microsoft Store On Windows 11 & 10
How To Fix WhatsApp Desktop App Not Downloading Or Installing From Microsoft Store On Windows 10 & 11, Fix Nothing Happens On Clicking WhatsApp Desktop App Install Button on Windows 10 & 11
Step 1) Sign out and sign in again, make sure date and time, time zone and region are correct
Step 2) Run Windows Store Troubleshooter
Step 3) Clear store cache Using wsreset command
Step 4) Reset Store app
Step 5) Restart Windows Update components, start Microsoft Store Install service
https://answers.microsoft.com/en-us/windows/forum/windows_10-update/how-toreset-windows-update-components-in-windows/14b86efd-1420-4916-9832-829125b1e8a3?auth=1
Step 6) Update Windows
Step 7) Delete Windows Store local cache file: C:\Users\User_name\AppData\Local\Packages \Microsoft.WindowsStore_8wekyb3d8bbwe\LocalCache
Step 8) Run Powershell command to re-register store
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Step 9) Uninstall & Reinstall Store
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Reboot your computer
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Step 10) Run DISM Command
sfc /scannow
Dism /Online /Cleanup-Image /RestoreHealth
Step 11) Run inetcpl.cpl command
In Advanced Tab
Check Use TLS 1.0, 1.1, 1.2 and 1.3
Step 12) Update Windows 10 or 11 using media creation tool
https://www.microsoft.com/en-in/software-download/windows10
https://www.microsoft.com/en-in/software-download/windows11