It has been over three years since Meta restricted the download of the official WhatsApp application for Windows exclusively through the Microsoft Store. For many users, this has become an insurmountable obstacle due to system errors, lack of licenses, or blocked stores. If this is your case, you have come to the right place.
The Problem: The "False" Paths
Before jumping to the solution, it is important to understand why other methods fail:
- WhatsApp Web: Although it shows the video call icon, clicking it requires you to download the app. It does not allow native calls from the browser in many cases.
- Official Installer (.exe): The file you download from the WhatsApp website is not a complete installer; it is a link that attempts to force the opening of the Microsoft Store.
Step 1: Obtaining the Official Package (.msixbundle)
We will use Microsoft's servers to download the "raw" package without opening the store:
- Visit the Adguard Store link generation website.
- Paste the following official WhatsApp link:
https://apps.microsoft.com/detail/9nksqgp7f2nh - Select the Retail option from the dropdown menu and click the check button.
- Look in the list for the file ending in
.msixbundle(it weighs approximately 280 MB). Right-click and select "Save link as...".
Step 2: Forced Installation via PowerShell
Once the file is downloaded, we will follow these technical steps:
- Locate the file in your Downloads folder.
- Right-click on it and select "Copy as path".
- Right-click on the Windows Start button and open PowerShell (Admin) or Terminal (Admin).
- Type the following command (respecting the space after
-Path):
Add-AppxPackage -Path "PASTE_THE_COPIED_PATH_HERE"
Press Enter. If no red errors appear, the application is already installed in your Start menu.
Common Error Solutions
1. "Framework" or "Dependencies" Error
If PowerShell indicates that files are missing, return to the Adguard list and look for the Microsoft.VCLibs file. IMPORTANT: Download only the x64 version (the latest one). Install it using the same PowerShell command before attempting to install WhatsApp again.
2. Architecture Error (ARM64 vs x64)
Make sure to download the correct package. Most PCs use x64. If you try to install an ARM64 package on a standard PC, the system will reject the installation.
3. QR Code Problems
If the phone does not recognize the QR code when trying to link your account, use the "Link with phone number" option located at the bottom right of the PC app. It is the most stable method.
Alternative: Direct Installation
As an excellent contribution from our YouTube community, if the installation via PowerShell proves complex or throws errors, there is an even more direct method. Simply navigate to your Downloads folder and double-click on the .msixbundle file. On many computers, this will run the native Windows App Installer and complete the process without the need for additional commands.
Conclusion
With this method, you regain full control of your communication and, most importantly, enable native video calls on your PC without relying on the Microsoft Store. If you found this tutorial helpful, please consider supporting our content by sharing this article.
This article is part of the technical solutions series by Casa Rei Tech.