Are you trying to install a new application, but your laptop stubbornly refuses to download it? The situation is familiar to many: the progress bar freezes at 0%, errors like 0x80070005 or INET_E_DOWNLOAD_FAILURE, and the browser displays the message “Failed to download file.” The problem may lie both in the system settings and in the hardware limitations of the device. In this article we will look at all possible reasonswhy applications are not downloaded on laptops with Windows 10/11, macOS And Linux, and also give step by step solutions for each of them.
The peculiarity of modern operating systems is that they actively block “suspicious” downloads - this could be either a virus attack or a false positive of the protection. For example, Windows Defender often deletes downloaded files without notification, and macOS Gatekeeper blocks applications from unknown developers. But antiviruses are not the only ones to blame: the problem may be unstable internet, a full browser cache, or even in provider restrictions on downloading EXE/MSI files (relevant for corporate networks). Below is a detailed analysis of each cause with instructions for elimination.
1. Blocking by antivirus or firewall
The most common reason is security software intercepts the download, considering the file potentially dangerous. Moreover, not only a third-party antivirus may be to blame (Kaspersky, ESET NOD32), but also the built-in tools of the system. For example, Windows Defender in real protection mode it automatically deletes downloaded .exe-files, if they do not have a digital signature.
How to check:
- 🔍 Open
Windows protection log(viaStart → Settings → Update & Security → Windows Security) and see if recent downloads have been blocked. - 🛡️ Temporarily disable your antivirus (for example, in Kaspersky this is done through the tray icon → "Pause protection").
- 🔥 Check the folder
C:\Users\Your_name\AppData\Local\Temp- sometimes antiviruses move files there instead of deleting them.
If the problem is a firewall issue, add a browser or download manager exception. For example, in Windows it's done like this:
- Open
Control Panel → Windows Firewall → Advanced Settings. - Go to
Rules for outgoing connections → Create rule. - Select the browser file path (for example,
chrome.exe) and allow all connections.
⚠️ Warning: Disabling your antivirus, even temporarily, may put your system at risk. Download files only from official sources (for example, Microsoft Store, Mac App Store or developer sites).
2. Network errors: DNS, proxy or ISP restrictions
If applications do not download in all browsers, the problem may be at the network level. Common culprits:
- 🌐 Incorrect settings
DNS(for example, after using a VPN). - 🔗 Proxy server that blocks downloading of executable files.
- 📡 Provider restrictions on traffic or file types (relevant for public Wi-Fi).
The first thing to do is reset your network settings. IN Windows this is done with the command:
netsh winsock reset
netsh int ip reset
Then restart your laptop. If it doesn’t help, try changing the DNS to public ones, for example, from Google:
- Open
Control Panel → Network Connections. - Select active connection →
Properties → IP version 4 (TCP/IPv4). - Specify DNS:
8.8.8.8And8.8.4.4.
To check the proxy in Windows go to Settings → Network and Internet → Proxy and disable all manual settings. B macOS this is done in System Settings → Network → Advanced → Proxy.
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Safari
- Other
3. Browser cache is full or corrupted files
Browsers store temporary download files in a cache, and if it is full or corrupted, downloads may be interrupted. This is especially true for Google Chrome And Mozilla Firefox, which actively use the cache to speed up work.
How to clear cache:
- 🧹B Chrome: press
Ctrl+Shift+Del→ select "Cookies and other site data" + "Cached images and files" → clear. - 🦊 B Firefox:
Menu → Settings → Privacy and protection → Cookies and site data → Clear data. - 🌐 B Edge:
Settings → Privacy → Clear browsing data.
If cleaning doesn't help, try downloading the file from incognito mode or through another browser. It is also worth checking your downloads folder for damaged files with the extension .crdownload (in Chrome) or .part (in other browsers) - they must be removed manually.
Remove undownloaded files from the Downloads folder
Clear browser cache
Disable AdBlock extensions
Try downloading via VPN
-->
4. Lack of disk space or system limitations
Seems obvious, but many people miss: downloading and installing the app requires free space not only in the downloads folder, but also on the system drive (usually C:). For example, to install Adobe Photoshop you need at least 4 GB of free space, and for Visual Studio - up to 20 GB.
How to check:
- Open
This computerand look at the free disk spaceC:. - If the space is less than 10%, clean the disk using
Disk Cleanup(type in Windows search). - Check if there is a folder size limit
Temp(in Windows it must be at least 1 GB).
On macOS the problem may be system limitations for applications from untrusted sources. To allow installation:
- Open
System Settings → Protection and Security. - In the "General" section, allow installation of applications from
App Store and identified developers. - If the file is still blocked, right-click on it and select
Open(this bypasses the check Gatekeeper).
| OS | Minimum free space for installation | How to clean up a disk |
|---|---|---|
| Windows 10/11 | 10 GB on system disk | Disk Cleanup or Settings → System → Memory |
| macOS | 5 GB on boot volume | About This Mac → Storage → Manage |
| Linux (Ubuntu) | 3 GB in /var/cache/apt |
sudo apt clean And sudo apt autoremove |
5. Damaged system files or registry
If applications do not download only through certain sources (For example, Microsoft Store or Steam), the problem may be due to damaged system components. B Windows this is often due to registry errors or missing critical libraries (such as .NET Framework or Visual C++).
How to restore system files:
- 🛠️ B Windows run command prompt as administrator and run:
sfc /scannowdism /online /cleanup-image /restorehealth - 🔄 If errors in Microsoft Store, reset its cache:
wsreset.exe - 📜 For registry problems use CCleaner (section "Registry") or manually check the keys
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings.
On Linux (For example, Ubuntu) similar problems are solved by the team:
sudo apt --fix-broken install
⚠️ Attention: Manually editing the registry may result in system inoperability. Before making changes, create a restore point (Start → Create a restore point).
6. Account restrictions or parental controls
If you are using guest account or the laptop was issued by an organization (work/study), it may have restrictions on software installation. The problem is also relevant for devices with parental control (for example, in family accounts Microsoft or Apple ID).
How to check:
- 👤 B Windows open
Settings → Accounts → Family and other users. If your account is marked as "Child", please ask your administrator for permission. - 🏢 Policy may be enabled on corporate laptops Group Policy. Check via
Win + R → gpedit.msc → User Configuration → Administrative Templates → Windows Components → Windows Installer. - 🍎 On Mac restrictions are checked in
System Settings → Screen Time → Content Restrictions.
If you are an administrator, but restrictions still apply, they may be set at the level Active Directory (in corporate networks). In this case, contact the IT department.
What to do if the laptop is working?
Corporate laptops often block installation of software without administrator rights. Try:
1. Request rights from the IT department (with justification why this software is needed).
2. Use portable versions of programs (not requiring installation).
3. Install the software via Windows Sandbox (if allowed).
7. Problems with download servers or installation file
Sometimes the problem is not with your laptop, but with download source. The server may be overloaded, the installation file may be corrupted, or the link may be out of date. This is especially true for popular programs on days of major updates (for example, AutoCAD or Photoshop after the release of the new version).
How to check:
- 🔗 Try downloading the file from another source (for example, from the official website instead of a torrent).
- 📥 Use a download manager (Internet Download Manager, Free Download Manager) - it will resume the interrupted download.
- 🔍 Check the file hash (for example, via 7-Zip): if it does not match what is indicated on the site, the file is damaged.
To check server availability, use the command:
ping адрес_сайта (например, ping google.com)
If the ping passes, but the download does not proceed, try using VPN (For example, ProtonVPN or Windscribe) - sometimes providers block traffic to certain servers.
If the file is downloaded but not installed, try running it as an administrator (right button → "Run as administrator").
8. Hardware problems: hard drive or RAM
If none of the solutions helped, the reason may be hardware faults. Damaged sectors on the hard drive (HDD) or lack of RAM (RAM) may interrupt the download process, especially for large files (such as games from Steam or Epic Games).
How to diagnose:
- 💾 Check disk health via
chkdsk(on the command line as administrator):chkdsk C: /f /r - 🖥️ Perform a RAM test:
- Type in Windows search
Memory Checker. - Select "Reboot and check."
- Type in Windows search
If tests show errors, consider replacing HDD on SSD or adding planks RAM. For example, for comfortable work with Adobe Premiere Pro A minimum of 16 GB of RAM is recommended.
If applications are not downloaded on only one laptop, but are successfully installed on other devices on the same network, the problem is definitely in your system, and not in the server or the Internet.
FAQ: Frequently asked questions
Why does the download stop at 99%?
This is a typical problem with the browser cache or antivirus that blocks the final saving of the file. Try:
- Clear browser cache.
- Disable your antivirus while downloading.
- Use a different browser or download manager.
Is it possible to download applications on a Linux laptop?
Yes, but the methods differ from Windows/macOS. B Ubuntu and similar distributions use:
sudo apt install package_name— for programs from repositories.- Flatpak or Snap - for universal packages.
.AppImage— for portable versions (downloaded from developer sites).
For .deb-files use sudo dpkg -i file.deb.
Why won't Microsoft Store download apps?
Common reasons:
- Store cache failure (fixed by command
wsreset). - No Windows updates (check in
Settings → Update & Security). - Region restrictions (some apps are not available in your country).
How to download an application if it is blocked by an antivirus?
Options:
- Add the file to your antivirus exceptions.
- Download the program in the archive (
.zipor.rar), then unpack. - Use Windows Sandbox for safe installation.
⚠️ Risk: disabling the antivirus may lead to infection if the file is truly malicious.
Why does it say "The application is damaged" on macOS?
This is work Gatekeeper - built-in macOS protection. Solutions:
- Open the file through the context menu (right button → "Open").
- Allow installation from any sources in the security settings.
- Check the file for viruses using XProtect (built-in scanner).