Software Wont Show Size Under Unistal Aplication On Computer

8 min read Oct 13, 2024
Software Wont Show Size Under Unistal Aplication On Computer

Why Can't I See the Size of My Software in the Uninstall Application List?

Ever looked at the list of programs installed on your computer and noticed that some of them don't show a size? You're not alone! This is a common issue that can be frustrating, especially when trying to free up disk space. But don't worry, there are a few reasons why this happens and several solutions you can try to get that missing information back.

Why is the Software Size Missing?

Here are the most common reasons why a software's size might not be displayed in your uninstall application list:

  • The program is a very small file: Some programs are so small that they don't register a significant size, making them appear as "0B" or "N/A" in the uninstall list. This is often the case with simple tools or utilities.
  • The program is installed in a complex manner: Certain applications might be installed with multiple files scattered across different folders, making it difficult for the uninstaller to accurately calculate the total size.
  • The uninstaller lacks information: Sometimes, the uninstaller itself might not have been programmed to retrieve or display the program's size. This is a common problem with older or poorly-developed software.
  • The program's files are spread across multiple drives: If a program's files are distributed across different hard drives, the uninstaller might struggle to combine their sizes correctly.
  • System errors or glitches: There could be a temporary glitch or error in the system that prevents the uninstaller from displaying the size correctly.

How to Get the Software Size Back

Now that we've identified the potential causes, let's dive into the solutions:

1. Run a Disk Cleanup:

  • Open "This PC" or "My Computer."
  • Right-click on the drive where the program is installed (usually C:).
  • Select "Properties" and then click on "Disk Cleanup."
  • Check the boxes for the types of files you want to clean up.
  • Click "OK" to start the cleanup process.
  • This might not directly show the program size, but it can help clean up temporary files and free up space, possibly resolving the issue.

2. Check for Updates:

  • Operating System Updates: Make sure your operating system is up-to-date. Software updates often include bug fixes and improvements that can impact the functionality of your uninstaller.
  • Software Updates: Check if the specific software you are trying to uninstall has a newer version available. Sometimes, software updates address known issues, including those related to size display.

3. Use Third-Party Software:

  • Disk Space Analyzer: Several free tools like WinDirStat or TreeSize Free can help you visualize disk space usage and pinpoint exactly where your program's files are located. This can provide valuable information even if the uninstaller itself doesn't show the size.

4. Uninstall and Reinstall:

  • Uninstall the Software: Try completely uninstalling the program using the built-in uninstaller. This might help remove any corrupted files or registry entries that could be affecting the size display.
  • Reinstall the Software: After uninstalling, reinstall the program from its original source. This often resolves issues related to incomplete installations or corrupted files.

5. Manually Check File Sizes:

  • Navigate to the Program's Folder: Open the folder where the program was installed (usually in "Program Files" or "Program Files (x86)").
  • Open Command Prompt: Press "Win + R" and type "cmd."
  • Use the "dir" Command: In the Command Prompt, navigate to the program's folder using the "cd" command. Then, type "dir /s /a" to display all files and folders in the directory.
  • Calculate Total Size: While this is a manual process, you can calculate the total size by adding the sizes of all files and folders in the directory.

6. System File Checker:

  • Run System File Checker: Type "sfc /scannow" in the Command Prompt and press Enter. This will scan your system for corrupted files and attempt to repair them.
  • Restart Your Computer: After the scan is complete, restart your computer. This can help resolve system errors that might be affecting the uninstaller's functionality.

7. Contact Software Developer:

  • Reach Out for Support: If you've tried all the above steps and still haven't found the size, you might need to contact the software developer for assistance. They might be able to provide a solution or explain why the size information isn't displayed.

Conclusion

Even though seeing the size of your software in the uninstaller is helpful, it's not always a critical piece of information. If you're concerned about disk space, you can use the other methods described to find out how much space your program is using. Remember that sometimes, a software's size can be more complex than just a single number due to multiple files and installations.

Featured Posts