---
title: "How to fix \\\"install failed insufficient storage\\\" errors"
canonical_url: "https://www.nutrient.io/guides/android/knowledge-base/install-failed-insufficient-storage/"
md_url: "https://www.nutrient.io/guides/android/knowledge-base/install-failed-insufficient-storage.md"
last_updated: "2026-05-23T00:08:17.991Z"
description: "It’s possible that you’ll encounter the following error when trying to run your app on your Android emulator:."
---

It’s possible that you’ll encounter the following error when trying to run your app on your Android emulator:

```

adb: failed to install <path_to_your_apk>/app.apk: Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]

```

[Android Debug Bridge](https://developer.android.com/studio/command-line/adb) (adb) is a command-line utility that allows you to communicate with an Android device. This includes installation of apps when you run them in Android Studio.

This error can happen when trying to run your apps on an emulator that’s configured with a low internal storage size or when the internal storage is full. You can fix this issue by doing one of the following:

- Uninstall previous apps installed on the emulator to make room for the new app.

- Increase the internal storage size of your emulator via [AVD Manager](https://developer.android.com/studio/run/managing-avds).

## FAQ

#### How can I resolve the “install failed: insufficient storage” error in Android?

This error can be resolved by clearing cache, uninstalling unnecessary apps, or moving apps and data to an external storage device to free up space.

#### What causes the “install failed: insufficient storage” error?

The error occurs when there isn’t enough free space on the device or in the partition where the app is being installed, often due to large files or a cluttered cache.

#### Can insufficient storage errors occur on devices with ample free space?

Yes, errors can occur if the system partition is full or if there are restrictions on app storage allocation, regardless of overall free space.

#### How do I check available storage space on my Android device?

You can check available storage by going to Settings > Storage, where you’ll see a breakdown of space used by apps, media, and other data.

#### Are there tools to manage storage effectively on Android?

Yes, tools like Files by Google help manage storage by cleaning up unused files, managing app caches, and organizing media efficiently.
---

## Related pages

- [Allow Clear Text Traffic](/guides/android/knowledge-base/allow-clear-text-traffic.md)
- [Compose Qna](/guides/android/knowledge-base/compose-qna.md)
- [Deleting Pages From A Pdf](/guides/android/knowledge-base/deleting-pages-from-a-pdf.md)
- [Easily disable share and print options in Android](/guides/android/knowledge-base/disable-share-documentinfo-print.md)
- [Custom Print Functionality](/guides/android/knowledge-base/custom-print-functionality.md)
- [Change page layout dynamically based on orientation](/guides/android/knowledge-base/dynamic-page-layout-when-changing-orientation.md)
- [Disabling Annotation Rotation](/guides/android/knowledge-base/disabling-annotation-rotation.md)
- [Managing touch scrolling in Compose containers](/guides/android/knowledge-base/document-view-inside-pager-scroll-handling.md)
- [Getting All Digital Signatures](/guides/android/knowledge-base/getting-all-digital-signatures.md)
- [Intercepting Touch Events](/guides/android/knowledge-base/intercepting-touch-events.md)
- [Override Hyperlink Behavior](/guides/android/knowledge-base/override-hyperlink-behavior.md)
- [Invoke Search Programmatically](/guides/android/knowledge-base/invoke-search-programmatically.md)
- [Invoking Share Action Programmatically](/guides/android/knowledge-base/invoking-share-action-programmatically.md)
- [Remove Tool Variant From Toolbar](/guides/android/knowledge-base/remove-tool-variant-from-toolbar.md)
- [Making Form Elements Read Only](/guides/android/knowledge-base/making-form-elements-read-only.md)
- [Runtime Permissions Cordova](/guides/android/knowledge-base/runtime-permissions-cordova.md)
- [Getting Signature Location](/guides/android/knowledge-base/getting-signature-location.md)
- [Save signed PDFs directly to a remote server on Android](/guides/android/knowledge-base/save-signed-pdfs-to-remote-server.md)
- [Creating invisible digital signatures in Android](/guides/android/knowledge-base/invisible-signature.md)
- [Using Pspdfkit With Dynamic Feature Modules](/guides/android/knowledge-base/using-pspdfkit-with-dynamic-feature-modules.md)
- [Customize the overflow button color in Android](/guides/android/knowledge-base/styling-overflow-button.md)

