How media-capacity planning works
The page starts from a decimal storage capacity, subtracts a user-controlled reserve percentage, and then compares the remaining usable bytes with rough example file sizes. That produces a practical estimate of how many typical files could fit if your media roughly matches the assumptions shown in the result.
The reserve percentage is important because a device often performs better when you do not fill it completely, and some workflows also need room for file-system overhead, preview generation, temporary files, or future growth.
Usable bytes = advertised bytes × (1 − reserve %)
Core relationship used to leave headroom before estimating file counts.
Estimated file count = usable bytes ÷ average file size
Each output is a rough count based on an assumed media size.