Part of the Technology & IT suite · 35 calculators

Log Storage Calculator

How much storage a log retention policy needs — events per second, event size, compression and how long you keep them.

Log volume is events per second times average size times seconds of retention.

Results update as you type
Results
Storage needed
2.33 TB
Storage (GB)
Uncompressed (GB)
Per day (GB)
Hot tier (GB)
Cold tier (GB)
Monthly storage cost
Cost if it were all hot
Ingest rate (Mbps)
Reviewed September 2026. Computing arithmetic: bytes, bits, seconds and probabilities do not change by country. Ofcom requires UK providers to quote a minimum guaranteed download speed.
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About log storage

How the log storage calculator works

Log volume is events per second times average size times seconds of retention. It is straightforward arithmetic that routinely produces a number an order of magnitude larger than people expect.

Compression is the lever: structured logs compress five to ten times, which turns an impossible retention policy into a cheap one. The second lever is tiering — hot storage for a week, cold for the rest.

Formula: storage = events/s × bytes × retention days × 86,400 / compression

Worked examples

InputsStorage neededNote
2,500 events/s for 90 days2.33 TBabout 2.3 TB
No compression18.66 TBeight times the disk
A year of retention9.46 TBover 9 TB

Frequently asked questions

How much do logs compress?

Structured logs typically compress five to ten times, because they repeat field names and values. Free-text logs compress less.

How long should I keep logs?

Whatever the compliance requirement is, plus enough for debugging. Thirty days hot and a year cold is a common shape.

Why tier storage?

Because cold storage is often ten times cheaper and logs older than a week are almost never read. The retrieval delay is irrelevant for an audit.

Do replicas double the cost?

Yes, exactly. Two replicas means twice the storage, which is why log systems often replicate hot data and not cold.

What is the ingest rate for?

Sizing the pipeline. A high event rate can saturate a network link or a broker long before storage becomes the constraint.

Where these figures come from

Last checked: September 2026. Units follow the SI decimal convention (IEC 80000-13 defines the binary alternatives); network and security figures cite the defining standard.