# Biggest videos on your Mac (internal disk only)

Scanned 2026-06-25. Every video over 100 MB on the internal disk (Macintosh HD). External drives (Black, T7 Shield) are deliberately excluded.

- Total large video: **107.8 GB** across **427 files**
- Re-downloadable, safe to reclaim: **~25 GB**
- Personal, keep: **~72 GB**
- Review by hand: **~10 GB**

Live page: https://drwu-htmls.vercel.app/icloud-biggest-videos

Paths on the page are click-to-copy chips. A hosted https page cannot open a local `file://` folder, browsers block it, so each chip copies the `open` command for you to paste into Terminal.

## Re-downloadable, safe to reclaim (~25 GB)

Concert rips, drum lessons, YouTube music grabs. None irreplaceable.

| Size | Item | Reveal command |
|---|---|---|
| 1.42 GB | Dream Theater, Awake In Japan (.avi) | `open -R "/Users/drwu/Music/Soulseek/complete/New Folder With Items/TV/Dream Theater - Awake In Japan/1995-01-24-Awake In Japan/Dream Theater - Awake In Japan.avi"` |
| 1.29 GB | Ableton Drum Rack Master Class (drum-craft skill source, check before removing) | `open -R "/Users/drwu/.claude/skills/drum-craft/source-videos/Ableton Live Drum Rack Master Class User Friendly.mp4"` |
| 0.68 GB | Dream Theater, Romavarium 2006 (.avi) | `open -R "/Users/drwu/Music/Soulseek/complete/New Folder With Items/TV/dream theater - romavarium/dream theater - romavarium/Dream Theater - Romavarium (2006).avi"` |
| 0.65 GB | Mike Portnoy, Drumavarium (.mpg) | in the House of prayer tree below |
| 0.63 GB | Dave Weckl, A Natural Evolution (.avi) | in the House of prayer tree below |
| 0.48 GB | Mike Portnoy, Ten Degrees of Turbulent Drumming (.mpg) | in the House of prayer tree below |

### Teaching and ministry video (16.6 GB, 76 files)

IHOPKC sessions, Sliker, Misty teachings, sermon grabs, mostly inside one deep tree. Re-acquirable from their sources. Open the parent and weed it as a batch:

```
open "/Users/drwu/Older Downloads HUGE/Need All/All the folders/New Folder With Items 2/New Folder With Items/House of prayer"
```

## Personal, keep (~72 GB)

Irreplaceable. Listed by size only, no filenames, because this page is public. Do not delete.

| Bucket | Size | Files |
|---|---|---|
| Photos Library originals (home videos, camera) | 52.5 GB | 228 |
| Screen recordings | 11.6 GB | 17 |
| Camera clips (IMG_*) | 6.5 GB | 24 |
| iMovie projects | 1.8 GB | 3 |

## Review by hand (10.2 GB, 49 files)

Mixed misc downloads that do not cleanly fit either pile.

```
open "/Users/drwu/Older Downloads HUGE"
open "/Users/drwu/Archive/Completed Downloads"
```

## Verification

| Bucket | Size | Files |
|---|---|---|
| Photos Library (keep) | 52.5 GB | 228 |
| Teaching / ministry (reclaim) | 16.6 GB | 76 |
| Screen recordings (keep) | 11.6 GB | 17 |
| Other / review | 10.2 GB | 49 |
| Music / lesson video (reclaim) | 8.6 GB | 30 |
| Camera clips (keep) | 6.5 GB | 24 |
| iMovie projects (keep) | 1.8 GB | 3 |
| **Total** | **107.8 GB** | **427** |

Source: `find /Users -type f (video ext) -size +100M` on the internal disk, summed from `stat` byte sizes. Nothing was moved or deleted.
