# Check and clean up large files in your home directory

**Over time, your home directory may grow in size. We recommend regularly checking your disk usage and removing any unnecessary files or folders.**

You can use one of the following methods to check your disk space usage:

- Use **du** command:  
    `du -cha --max-depth=1 . | grep -E "G"`
- Use **ncdu** command:  
    `ncdu`  
    To exit, press on letter x  
    [![image.png](https://help.cs.uwindsor.ca/uploads/images/gallery/2025-06/scaled-1680-/vtEimage.png)](https://help.cs.uwindsor.ca/uploads/images/gallery/2025-06/vtEimage.png)