Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 799

Password Reuse

What is Password Reuse?

Password ReuseThe practice of using the same password across multiple accounts or services, which lets a single breach compromise many of them.


Password reuse occurs when a user picks the same or a trivially modified password for personal email, work, banking, and dozens of other services. If any one of those services is breached and the password is cracked or leaked, attackers can replay the credential against other sites in a credential-stuffing attack and take over additional accounts. Studies and incident reports consistently show that reuse is the dominant amplifier of password-based breaches. Defences include unique passwords per site generated by a password manager, mandatory checks against known-breached password lists, multifactor authentication, and gradual migration to passwordless options such as passkeys that eliminate shared secrets entirely.

Examples

  1. 01

    A leaked forum password later used to break into the same user's email and cloud storage.

  2. 02

    An employee reusing their personal password on a corporate SSO account.

Frequently asked questions

What is Password Reuse?

The practice of using the same password across multiple accounts or services, which lets a single breach compromise many of them. It belongs to the Identity & Access category of cybersecurity.

What does Password Reuse mean?

The practice of using the same password across multiple accounts or services, which lets a single breach compromise many of them.

How does Password Reuse work?

Password reuse occurs when a user picks the same or a trivially modified password for personal email, work, banking, and dozens of other services. If any one of those services is breached and the password is cracked or leaked, attackers can replay the credential against other sites in a credential-stuffing attack and take over additional accounts. Studies and incident reports consistently show that reuse is the dominant amplifier of password-based breaches. Defences include unique passwords per site generated by a password manager, mandatory checks against known-breached password lists, multifactor authentication, and gradual migration to passwordless options such as passkeys that eliminate shared secrets entirely.

How do you defend against Password Reuse?

Defences for Password Reuse typically combine technical controls and operational practices, as detailed in the full definition above.

What are other names for Password Reuse?

Common alternative names include: Reused password, Shared password across accounts.

Related terms