A lightweight, fast Windows folder size analyzer with caching support. No more hunting for bloated freeware - this is your simple, effective solution for finding what's eating your disk space!
- Lightning Fast Caching - Scanned directories are cached for instant navigation
- Real-time Folder Sizes - See folder and file sizes with file/subfolder counts
- Smart Navigation - Double-click to enter folders, with instant scan interruption
- Safe Deletion - Delete files/folders with confirmation (supports Recycle Bin)
- Multi-Drive Support - Easy switching between all available drives
- Sortable Columns - Sort by name, size, file count, or folder count
- Progress Tracking - Visual feedback during scans with stop capability
- Lightweight - Pure Python with minimal dependencies
- Go to Releases
- Download
YoFiles.exe - Double-click to run - no installation needed!
# Clone the repository
git clone https://github.com/jeremy-schaab/YoFiles.git
cd YoFiles
# Install dependency
pip install send2trash
# Run the application
python folder_size_viewer.py- Download the repository as ZIP
- Extract to any folder
- Double-click
install.bat - Find
YoFiles.exein thedistfolder
- Select a Drive - Choose from the dropdown or enter a custom path
- Scan - Click "Scan" to analyze the current directory
- Navigate - Double-click folders to explore deeper
- Delete Files - Right-click for delete options:
- Delete permanently
- Send to Recycle Bin
- View properties
- Refresh - Force rescan of cached directories with the Refresh button
Enterin path field - Navigate to typed pathDouble-click- Open folder (interrupts current scan)Right-click- Context menu for delete/properties
- Python 3.7 or higher
- pip (Python package manager)
# Install build requirements
pip install pyinstaller send2trash
# Create executable
pyinstaller --onefile --windowed --icon=icon.ico --name=YoFiles folder_size_viewer.py
# Find your exe in dist/YoFiles.exe- OS: Windows 7/8/10/11
- Python: 3.7+ (if running from source)
- RAM: 128MB minimum
- Disk: 10MB for application
- Tree view with folder/file icons
- Size information in human-readable format
- File and folder counts for directories
- Status bar with totals
- Real-time scanning progress
- Cached directory indicator
- Right-click context menu
- Drive selection dropdown
- Threading: Background scanning to maintain UI responsiveness
- Caching: In-memory cache with timestamps
- File Operations: Safe deletion with send2trash library
- UI Framework: Tkinter (included with Python)
- Handles directories with 100,000+ files
- Cache eliminates redundant scans
- Instant navigation with scan interruption
- Memory efficient - clears old cache automatically
pip install send2trash- Large directories take time on first scan
- Subsequent visits use cache (instant)
- Use "Stop" button to cancel long scans
- Run as Administrator for system directories
- Some folders may be inaccessible (normal)
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Export scan results to CSV/JSON
- Dark mode theme
- Duplicate file finder
- File type breakdown charts
- Network drive support
- Customizable file filters
- Scheduled scans
- Disk usage alerts
This project is licensed under the MIT License - see below for details:
MIT License
Copyright (c) 2024 YoFiles
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Created with frustration at bloated freeware and a desire for something simple that just works.
If you find this tool useful, give it a star on GitHub!
For issues or questions, please use the GitHub Issues page.
YoFiles - Because finding large files shouldn't require large software.