A private key is a very long random number — typically 256 bits — that cryptographically proves ownership of a specific blockchain address. Whoever knows the private key can sign transactions authorizing the movement of any assets held at that address.
There is no "password reset" for a private key. There is no customer support line. If the key is lost, the funds are permanently inaccessible. If the key is stolen, the funds are gone.
Because raw private keys are unwieldy (64 hex characters), wallets normally represent them as a **seed phrase** — 12 or 24 English words that deterministically regenerate the key. The seed phrase is therefore as valuable as the key itself.
"Not your keys, not your coins" — the crypto community's most-repeated maxim — means: if you don't hold the private key yourself, you don't actually own the assets. You own a claim on a custodian who holds them. Exchanges, custodians, and centralized wallets all introduce this counterparty risk.