Hash Collision Probability Calculator

Calculate the probability that at least two items produce the same hash value (a collision), given the number of possible hash values and how many items are hashed — an application of the birthday paradox to hash functions.

Inputs

e.g. 2^32 = 4294967296 for a 32-bit hash

Results
Collision Probability
1.1573

Try an example