Skip to content
Privacy

What happens if I forget my Notes password?

By ·

The Apple Notes lock feature is one of the strongest privacy primitives on iOS, and that strength has a brutal consequence: if you lose the password, the note is gone. Not "delayed recovery via support ticket" gone — cryptographically unrecoverable.

## How Apple Notes locking actually works

When you set a password on a note, Apple Notes derives an encryption key from your password using PBKDF2 with a high iteration count, encrypts the note content with AES-256, and stores only the ciphertext + salt. Per Apple's <a href="https://support.apple.com/en-us/HT205794">Notes security documentation</a>, the password itself is never transmitted to Apple and never written to disk. The decryption key exists only when you type the password and the Notes app derives it in memory.

This means:

  • Apple does not have your password.
  • Apple does not have a backup password.
  • Apple cannot decrypt the note for you.
  • iCloud restore does not help — the iCloud copy is the same ciphertext.

## The three recovery paths Apple actually offers

  • Reset Password (iOS 16+). Settings → Notes → Password → Reset Password. This lets you set a NEW password for FUTURE notes. Old notes locked with the old password stay locked with the old password. The reset is not a recovery — it's a "start over for future notes" affordance so the lock feature does not become un-usable.
  • Face ID / Touch ID unlock. If you had Face ID or Touch ID unlock enabled before forgetting the password, your face or fingerprint still unlocks the note. The biometric is bound to the password during initial setup. This is the most common recovery path because users forget the password but still have biometric unlock active.
  • Try every password you have ever used. Brutally manual but realistic. PBKDF2 makes brute-force impractical, but if you remember your 4-5 historical passwords, one of them is probably the right one.

## What Apple does not offer

  • No "forgot password" email-based reset for individual notes.
  • No support-ticket recovery, even with proof of account ownership.
  • No master Apple ID password override.
  • No iCloud backup decryption path.

Apple's deliberate design: any of those would be a backdoor that defeats the purpose of the lock. As stated in Apple's <a href="https://www.apple.com/privacy/features/">privacy features documentation</a>, the lock is "designed so that Apple does not have access to your locked notes."

## The single best preventive habit

Store your Notes password in iCloud Keychain or 1Password. Settings → Passwords → "+" → save the password tied to a "Notes Lock" entry. The Notes lock feature interoperates with iCloud Keychain since iOS 14, so if you have Keychain sync on, your iPad and Mac autofill the Notes password when needed.

## What to do right now if you've forgotten it

  • Try Face ID or Touch ID on the locked note first. About 60% of "forgot password" cases recover here.
  • Open Settings → Passwords and search for "notes" — you may have saved it without remembering.
  • Check your password manager (1Password, Bitwarden, etc.).
  • Try the last 5-10 passwords you used for other Apple services.
  • If all of the above fail, accept the loss. Reset the password to a new one (Settings → Notes → Password → Reset). Move on. Set up Keychain storage for the new password immediately.

## What happens to a locked-and-lost note?

It stays in your Notes app as a locked note with the title and lock icon visible but the body inaccessible. You can delete it (which works without the password) or leave it as a tombstone in case you ever remember the password.

## Bottom line

Apple Notes lock is real cryptography. No recovery exists. Save the password in Keychain or 1Password the moment you set it, and verify biometric unlock works on at least one device. Treat the lock with the same gravity you'd treat the password to a hardware crypto wallet.

Related questions

More on Privacy