Find the inverse of a number modulo m and review the extended Euclidean steps beside the answer.
Last updated: March 2026 | By ForgeCalc Engineering
Extended Euclidean Steps
(3 × 4) mod 11 = 1
A modular multiplicative inverse is the number that multiplies with the original value to leave a remainder of 1 under a chosen modulus.
Example: 3 mod 11 has inverse 4 because 3 × 4 = 12 ≡ 1 mod 11.
When does a modular inverse exist?
It exists only when the number and modulus are coprime.
Can the inverse be negative?
The calculator normalizes the result into the standard positive representative.
Why is the modulus required to be greater than 1?
A modulus of 1 does not produce a meaningful modular inverse in this calculator.
Is this useful for RSA?
Yes. Modular inverses are a core part of RSA key generation and decryption.
Related Tools