What is Age Verification?

Age verification is the process of proving you meet Twitter's minimum age requirement (13+ or higher) by uploading a government-issued ID. This is typically required only when your account is locked or flagged for age concerns.

How to Set Up Age-Verified Account

1Create Account with Real Age

Sign up for Twitter and enter your real birthdate. This prevents age verification issues later.

2If Verification Requested

If Twitter requests age verification, you'll see a prompt when you log in. Click "Start" to begin.

3Prepare Valid ID

Get a government-issued ID ready: driver's license, passport, or national ID card (must not be expired).

4Take Clear Photo

Photograph your ID in good lighting. Ensure all text is readable, no glare, and file is under 5MB.

5Upload to Twitter

Upload the photo through Twitter's verification interface. Supported formats: JPG, PNG.

6Wait for Review

Twitter's team manually reviews submissions within 3-5 business days. Check your email for updates.

7Account Verified

Once approved, your account is unlocked and age-verified. Your ID is then permanently deleted.

Last updated

When is Age Verification Required?

Account Locked

Your account was locked because Twitter believes you're under the minimum age.

Twitter Account with Age Verification Examples

This page explains how Twitter handles age verification for accounts and features. Below are examples of verification scenarios and what changes after verification is complete.

Age Verification Trigger Scenarios

Scenario 1: Accessing sensitive content settings
  Action: User navigates to Settings → Privacy → Sensitive content
  Prompt: "Verify you are 18 or older to adjust these settings"
  Required: Birth date confirmation

Scenario 2: Viewing age-restricted content
  Action: User clicks on content marked as age-restricted
  Prompt: "This content is only available to users 18+"
  Required: Age verification before content is shown

Scenario 3: Account creation with young birth date
  Action: User enters birth year indicating they are under 13
  Prompt: "You must be at least 13 years old to use Twitter"
  Result: Account creation blocked

Features Unlocked After Age Verification (18+)

Before verification:
  ✗ Cannot view sensitive/adult content
  ✗ Cannot adjust sensitive content display settings
  ✗ Some advertising categories not shown
  ✗ Certain monetization features unavailable

After verification (18+):
  ✓ Can opt in to view sensitive content
  ✓ Full control over content display settings
  ✓ Age-appropriate advertising shown
  ✓ Eligible for creator monetization programs

Checking Account Creation Date

Use the Snowflake decoder to verify account age (not user age):

User ID: 1529877576591609861

Account created: May 26, 2022
Account age:     3 years, 9 months

Note: Account age ≠ user age.
  - Account age: How long the Twitter account has existed
  - User age: The actual age of the person (requires verification)

A 30-year-old can have an account created last week.
A 13-year-old can have an account created 5 years ago.

Age Verification vs Account Age

Account age (from Snowflake ID):
  - Determined by decoding the user ID
  - Tells you when the account was created
  - Cannot be changed or falsified
  - Useful for: authenticity assessment, bot detection

User age verification:
  - Determined by birth date provided to Twitter
  - Tells you the user's claimed age
  - Required for age-restricted features
  - Useful for: content gating, regulatory compliance

Privacy Considerations

Data collected during age verification:
  - Birth date (day, month, year)
  - In some regions: government ID scan

Data retention:
  - Birth date stored in account settings
  - ID documents: typically not retained after verification
  - Deletion: available through account data deletion request

Rights under GDPR (EU users):
  - Right to access your age verification data
  - Right to correct inaccurate birth date
  - Right to deletion (may affect access to age-restricted features)

Developer — Handling Age-Restricted Content

// Check age verification status in API response
const user = await twitterClient.users.findMyUser({
  'user.fields': ['age_verification']
});

// Gate content based on verification
function showContent(tweet, user) {
  if (tweet.possibly_sensitive) {
    if (user.age_verified && user.age >= 18) {
      return renderTweet(tweet);
    } else {
      return renderAgeGate(tweet);
    }
  }
  return renderTweet(tweet);
}

Parental Controls

For accounts belonging to minors (13–17):
  - Sensitive content settings locked to "off"
  - Cannot opt in to adult content
  - Some advertising categories excluded
  - DM settings default to "no one" for new accounts

Parents can:
  - Review account settings with their child
  - Use device-level parental controls
  - Report accounts that appear to belong to underage users

Regulatory Context

Age verification requirements by region:

United States (COPPA):
  - Minimum age: 13
  - Parental consent required under 13

European Union (GDPR):
  - Minimum age: 16 in most EU countries
  - Some countries: 13 (with parental consent)

United Kingdom (Online Safety Act):
  - Stricter age verification requirements
  - Platforms must prevent underage access to harmful content

Australia:
  - Minimum age: 16 (proposed legislation)

Common Use Cases

  • Understanding which features require age verification
  • Completing age verification to access sensitive content settings
  • Parents managing age-appropriate settings for their children
  • Developers building age-aware Twitter integrations
  • Understanding the difference between account age and user age
  • Checking account creation date using the Snowflake decoder

Use the Snowflake decoder to check any account's creation date. For user age verification, follow Twitter's in-app verification flow in Settings → Privacy and Safety.

Flagged Account

Automated systems or user reports flagged your account as potentially underage.

Age Change

You changed your birthdate in settings to show you're under 13 years old.

Content Access

You're trying to access age-restricted content that requires 18+ verification.

Benefits of Age-Verified Accounts

  • Account Access: Unlocks your account if it was previously locked for age
  • Full Features: Access to all Twitter features without restrictions
  • Age-Restricted Content: View sensitive media if you're 18+ (must enable in settings)
  • Compliance: Proves you meet Twitter's Terms of Service age requirements
  • Credibility: Internal verification adds legitimacy to your account
  • Peace of Mind: No future age verification requests

Important Notes About Age Verification

⚠️ Key Points:

  • Age verification is internal only - no public badge is displayed
  • Your ID is deleted after verification is complete
  • You must be at least 13 years old (or higher in some countries)
  • Verification typically takes 3-5 business days
  • Only government-issued IDs are accepted
  • You cannot verify if you're actually underage

Accepted ID Documents

🪪

Driver's License

State or country-issued

🛂

Passport

International document

🆔

National ID

Government-issued ID

📇

State ID Card

Non-driver state ID

Privacy & Security

Twitter takes ID verification seriously and protects your information:

  • Encrypted Transmission: IDs sent over secure HTTPS connections
  • Limited Access: Only authorized Twitter staff can view IDs
  • Temporary Storage: IDs deleted after verification completes
  • No Public Display: Your ID is never shown publicly
  • Age Only: Twitter only checks your birthdate
  • GDPR Compliant: Follows EU data protection laws
  • CCPA Compliant: Follows California privacy regulations

Common Issues & Solutions

Issue: Verification Rejected

Solutions:

  • Retake photo with better lighting and clarity
  • Ensure ID is not expired
  • Try a different ID document
  • Make sure all text is readable
  • Contact Twitter Support if issues persist

Issue: Upload Fails

Solutions:

  • Reduce file size to under 5MB
  • Convert to JPG or PNG format
  • Try different browser or device
  • Clear browser cache
  • Use Twitter mobile app

Issue: Taking Too Long

Solutions:

  • Wait full 7 business days before following up
  • Check spam folder for Twitter emails
  • Contact Twitter Support at help.twitter.com
  • Submit support ticket with case details

Age Verification vs Blue Checkmark

Age Verification

  • Proves you meet age requirement
  • Internal only (no badge)
  • Free process
  • Required for locked accounts
  • ID deleted after verification

Blue Checkmark

  • Proves identity authenticity
  • Public badge displayed
  • Requires subscription
  • Optional for all users
  • Different verification process

Frequently Asked Questions

Q: Will my followers see I'm age-verified?

A: No, age verification is internal only. There's no public badge or indicator on your profile.

Q: Can I verify without uploading ID?

A: No, government-issued ID is required for age verification. Contact Twitter Support to discuss alternatives.

Q: How long is my ID stored?

A: Twitter deletes your ID immediately after verification is complete. They only keep a record that you were verified.

Q: Can I verify if I'm exactly 13?

A: Yes, if you've already turned 13, you can verify your age. If you're still 12, wait until your 13th birthday.

Frequently Asked Questions

A Twitter account with age verification is an account where the user has proven their age by uploading a government-issued ID to Twitter. This verification is typically required when: your account is locked for age, Twitter suspects you're underage, or you need to access age-restricted content. Age verification confirms you meet Twitter's minimum age requirement (13+ or higher depending on country).

To create a Twitter account with age verification: 1) Sign up normally with your real birthdate, 2) If prompted for age verification, click 'Start', 3) Upload a clear photo of your government ID (driver's license, passport, or national ID), 4) Wait 3-5 business days for Twitter to review, 5) Your account is unlocked once verified. Always enter your real age during signup to avoid verification issues.

No, not all Twitter accounts need age verification. Most users never need to verify their age. Age verification is only required when: you enter a birthdate showing you're under 13, Twitter's systems flag your account as potentially underage, you're reported as underage by other users, or you change your age to below the minimum. If you enter your real age (13+) during signup, you typically won't need verification.

Benefits of age-verified Twitter accounts include: account unlocking (if previously locked), access to all Twitter features, ability to view age-restricted content (if 18+), increased account credibility, and compliance with Twitter's Terms of Service. However, age verification is internal only - there's no public badge showing you're age-verified.