0X00000653

ERROR_INSTALL_PACKAGE_OPEN_FAILED fix (0x00000653)

This error means Windows can't open the .msi or .exe installer. Usually a corrupted download, blocked file, or temp folder issue.

You try to install some software — maybe a printer driver, a VPN client, or some random utility — and boom: “This installation package could not be opened. The exact error code is: 0x00000653.” The installer just sits there. Nothing happens. You double-click again. Same thing.

I see this most often when someone downloads an installer from a third-party site, or the download got interrupted. Had a client last month whose entire print queue died because of this — their HP driver installer just wouldn't open. Turns out Chrome flagged it as suspicious and quietly blocked it.

The root cause is almost always one of three things:

  • The installer file (.msi or .exe) is corrupted or incomplete
  • Windows has the file blocked because it came from the internet
  • The temporary folder Windows uses to unpack the installer is messed up or full

Forget registry edits or sfc /scannow. That's overkill. Here's the fix.

Step 1: Redownload the installer

Go straight to the official site. Not a mirror. Not a download aggregator. The actual vendor's website. Download it fresh. If you're not sure, check the file size: if it's way smaller than expected (like 100KB for a 50MB file), it's trash. Delete it.

While you're at it, use a wired connection or better Wi-Fi. A dropped packet can corrupt a download.

Step 2: Unblock the file

Windows puts a mark on files downloaded from the internet. Sometimes that blocks the installer from running.

  1. Right-click the installer file and choose Properties.
  2. Look at the bottom of the General tab. If you see “This file came from another computer and might be blocked to help protect this computer”, check the Unblock box.
  3. Click Apply, then OK.
  4. Run the installer again.

If you don't see the Unblock option, the file is probably already unblocked — or it's not an internet download.

Step 3: Clear the temp folder

The Windows Installer service uses the temp folder to unpack the installer. If that folder is clogged, it can fail.

  1. Press Win + R, type %temp%, and hit Enter.
  2. Delete everything you can. Some files will be in use — skip those. Use Ctrl + A to select all, then Delete.
  3. Empty your Recycle Bin.
  4. Also clear the system temp: open another Win + R, type temp, and repeat.

Don't overthink this. You're just making room. If you're on a company machine and can't delete files, you've got bigger issues — talk to IT.

Step 4: Run the installer as administrator

Sometimes the installer needs full rights to open.

  1. Right-click the installer file.
  2. Choose Run as administrator.
  3. Click Yes if UAC pops up.

Doesn't always fix it, but it's fast to try.

Step 5: Check Windows Installer service

This one's rare, but if the above didn't work, the Windows Installer service might be stopped.

  1. Press Win + R, type services.msc, and hit Enter.
  2. Scroll to Windows Installer. It should say “Running” and “Automatic”.
  3. If it's stopped, right-click and choose Start.
  4. If it's not set to Automatic, right-click, go to Properties, and set Startup type to Automatic.

Still failing? What else to check

If none of that worked, look closer at the file you're trying to run. Is it an .msi? Some older .msi files need the Windows Installer runtime, which you can get from Microsoft's site. Is the file really meant for your version of Windows? A driver for Windows 8 won't open on Windows 11.

Also, check your antivirus. Some aggressive scanners quarantine installer files mid-flight. Disable real-time protection temporarily, then run the installer. Re-enable it after.

If you're still stuck, try the installer on another PC. If it works there, something's wrong with your OS — maybe a corrupted Windows Installer component. At that point, a repair install of Windows might be your best bet. But 90% of the time, it's just a bad download or a blocked file.

I've fixed this exact error for a dozen small businesses. Start with the simple stuff. Nine times out of ten, you're done in five minutes.

Related Errors in Windows Errors
0X0000055B Fix 0X0000055B: Can't Modify Built-In Windows Accounts NTFS_FILE_SYSTEM (0x00000024) NTFS File System Corruption Detected – Real Fixes 0XC0262304 Fix 0xC0262304: Invalid Video Present Source in Windows 0XC0000068 STATUS_MEMBER_NOT_IN_GROUP (0xC0000068) Fix

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.