Wingetlywingetly
← All apps

DriveLens

by kulkamKakarotv1.0.0

Last updated

Visual disk-space analyzer for Windows with an interactive treemap and safe Recycle Bin cleanup.

Install with winget

$ winget install --id kulkamKakarot.DriveLens --exact --version 1.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for DriveLens

DriveLens uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
DriveLens.Setup.1.0.0.exe /S

See the full silent install reference for DriveLens

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

DriveLens scans any drive or folder and shows exactly what is taking up space in an interactive, color-coded treemap. Browse folders sorted biggest-first, find the 100 largest files on a drive, and clean up safely - deleted items always go to the Recycle Bin, never permanently removed. No network access, no telemetry. Free and open source.

Installers · v1.0.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for DriveLens.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.5.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • mpv.netFrank Skare (stax76)
    mpv.netv7.1.2.0

    mpv.net is a media player for Windows with a modern GUI.

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

  • ClamAVCisco Systems, Inc.
    Cisco.ClamAVv1.5.4

    ClamAV® is an open-source antivirus engine for detecting trojans, viruses, malware & other malicious threats.

  • Mullvad VPNMullvad VPN
    MullvadVPN.MullvadVPNv2026.4

    Mullvad is an open-source commercial virtual private network service based in Sweden.

More from kulkamKakarot or browse cleanup, disk-analyzer, disk-space.

Frequently asked questions

How do I install DriveLens on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id kulkamKakarot.DriveLens --exact --version 1.0.0. winget downloads the installer from kulkamKakarot and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install DriveLens silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id kulkamKakarot.DriveLens --exact 1.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for DriveLens?
DriveLens uses EXE (NSIS). Run the downloaded installer with: DriveLens.Setup.1.0.0.exe /S. The silent switches are /S.
How do I uninstall DriveLens via winget?
Run: winget uninstall --id kulkamKakarot.DriveLens --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from DriveLens's Apps & Features entry.
Is DriveLens free?
DriveLens is distributed under MIT. Refer to the publisher (https://github.com/kulkamKakarot/drivelens) for the full license terms - Wingetly itself does not charge for installation.
Does DriveLens work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls DriveLens directly from the publisher.
How do I keep DriveLens up to date?
Run winget upgrade --id kulkamKakarot.DriveLens --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of DriveLens from microsoft/winget-pkgs.