Share via

Unable to install WhatsApp in windows 11

dinesh 0 Reputation points
2026-02-14T09:55:29.78+00:00

User's image

hey all,
i cant able to download the any whatsapp on the microsoft store i dont why .

I tired almost all things.

Windows for home | Windows 11 | Apps
{count} votes

6 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 75,165 Reputation points Independent Advisor
    2026-02-14T15:41:48.48+00:00

    Ok. Please move the file 5319275A.51895FA4EA97F_2.2606.101.0_neutral_~_cv1g1gvanyjgm.Msixbundle to the C drive's root.

    Then, open PowerShell admin and run these commands:

    Add-ProvisionedAppPackage -online -PackagePath "C:\5319275A.51895FA4EA97F_2.2606.101.0_neutral_~_cv1g1gvanyjgm.Msixbundle" -skiplicense
    

    and

    Add-AppxPackage -Path "C:\5319275A.51895FA4EA97F_2.2606.101.0_neutral_~_cv1g1gvanyjgm.Msixbundle"
    

    Post the output here.


  2. Ramesh Srinivasan 75,165 Reputation points Independent Advisor
    2026-02-14T15:18:15.07+00:00

    Let me know if you can download the WhatsApp offline installer from Microsoft's servers.

    http://tlu.dl.delivery.mp.microsoft.com/filestreamingservice/files/62e6236b-f132-444e-b589-5117820f902f?P1=1771088364&P2=404&P3=2&P4=R1GpW%2byUNGcoT7y1YHMdg0E0JobGIi3xGpbD7aYaWy%2ffQ0rv8ka6Wl4pMvIV64wxbpKiziiBYOXarnyJLUOsow%3d%3d
    

    If Edge issues a warning about the connection not being secure (due to http instead of https), click "Keep" and save the file.

    Run the installer.


  3. Ramesh Srinivasan 75,165 Reputation points Independent Advisor
    2026-02-14T14:35:44.27+00:00

    Let me know if you can install WhatsApp using Winget.

    Please run this command:

    winget install -e --id WhatsApp.WhatsApp
    

    If it fails, run the following command in PowerShell:

    get-appxlog
    

    Post the output here.


  4. Ramesh Srinivasan 75,165 Reputation points Independent Advisor
    2026-02-14T13:53:08.2466667+00:00

    The PowerShell command is not a fix. I posted that to check the existing WhatsApp version (if installed). If the command shows any output, post it here.


  5. Ramesh Srinivasan 75,165 Reputation points Independent Advisor
    2026-02-14T10:48:11.0466667+00:00

    Hi Dinesh,

    1. Please click on the error "Something went wrong". It shows the underlying error code. Post the error code here.
    2. Run PowerShell admin and run the command below:
    get-appxpackage -allusers *whatsapp*
    

    Post the output here.


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.