Average code length calculator
The Average code length calculator computes average code length from the relation L = sum(p_i x len_i) (here weighted). It takes 4 inputs (prob 1, length 1, prob 2, length 2) and returns the average code length in bits. Because this is a pure mathematical or physical formula rather than a jurisdiction-specific rule, the result never changes over time: the same inputs always produce the same answer, so you can rely on it whether you are checking homework, sizing a design, or sanity-checking another tool. Enter your values in the fields below and the result updates instantly; you can also share a permalink that pre-fills the exact calculation, which is useful for teaching, reports, or collaboration. For example, with prob 1 = 1, length 1 = 1, prob 2 = 0, length 2 = 5, the average code length works out to 1 bits, and the worked example further down the page shows every step so you can follow the arithmetic and reproduce it by hand. The method is the standard form documented by Documented methodology, and the figure above each result carries the date it was last verified. This tool is general information and is not a substitute for professional engineering, medical, financial, or scientific advice; always check critical results against the primary source and your own judgement.
With Prob 1 = 1, Length 1 = 1, Prob 2 = 0, Length 2 = 5, the result is 1 bits.
Applies to: any numeric inputs. Method source: Documented methodology, checked 2026-06-22.
The formula
L = sum(p_i x len_i) (here weighted)
Worked example
With Prob 1 = 1, Length 1 = 1, Prob 2 = 0, Length 2 = 5:
- L = sum p_i len_i
- Average code length = 1 bits
This worked example is one of the automated golden-value tests this calculator must pass before it can publish.
What this assumes
- Inputs are real numbers in the units shown.
- The result is the exact value of L = sum(p_i x len_i) (here weighted); general information, not professional advice.
Frequently asked questions
What formula does this use?
L = sum(p_i x len_i) (here weighted), the standard form documented by Documented methodology.
Does the result ever change over time?
No. This is a pure formula with no external rate, so the same inputs always give the same result.
Official sources and verification
- Method: Documented methodology, checked 2026-06-22.
Reviewed by the CalculatorHub team, edited by James Graham, 2026-06-22. See our methodology. General information, not professional advice.