How to Verify SC01
Verifying that a Tesla has SC01 (transferable free supercharging) is critical before purchasing. SC05 looks identical in the app but does NOT transfer. Use multiple methods below to be certain.
Recommended Verification Process
- 1. Verify build date: Confirm the vehicle was ordered before Jan 15, 2017 and delivered before April 2017. Check the door jamb sticker or use our VIN Decoder to estimate the build date.
- 2. Premium Connectivity: Check the car's MCU screen — if Premium Connectivity is being charged, SC01 is already stripped. No accounts needed.
- 3. Quick online check: Run the VIN through EV-CPO.com to get initial confirmation
- 4. App check: Ask the seller to show the Tesla app specs and charging pages
- 5. Definitive check: Have the seller check the API endpoint or compositor URL to confirm $SC01 (not $SC05)
SC01 vs SC05 — They Look Identical in the App
Both SC01 and SC05 show “Free Supercharging” and “Lifetime Award” in the Tesla app. The ONLY way to tell them apart is by checking the actual option code ($SC01 vs $SC05) through the API or compositor URL methods below. Do not rely on the app alone.
EV-CPO.com Lookup
Medium ReliabilityQuick online check using VIN — only works for vehicles that have been listed on Tesla's inventory
Warnings
- !EV-CPO only tracks vehicles that have appeared on Tesla's own CPO (used) or New Inventory listings on Tesla.com. If the car has only been sold privately and was never listed through Tesla's inventory, it will NOT appear in EV-CPO at all
- !No results does NOT mean no SC01 — it just means the car was never listed on Tesla's website
- !This tool may not have the most up-to-date information even for cars it does track
- !Always verify with additional methods before purchasing
Tesla App Verification
High ReliabilityRequires Seller AccessCheck the seller's Tesla mobile app directly
What to Look For in the Tesla App
Scroll to the bottom of the vehicle's Specs tab. Look for “Free Unlimited Supercharging” listed as the last spec item.
Navigate to the Charging section. You should see a card showing “Free Supercharging” with “Lifetime Award” and the vehicle model/VIN.
Warnings
- !SC05 (non-transferable) looks IDENTICAL to SC01 in the app — both show 'Free Supercharging'
- !You MUST use additional methods to confirm it's SC01 (transferable) not SC05
Tips
- ✓The Charging page should show 'Free Supercharging' and 'Lifetime Award'
- ✓The Specs page should list 'Free Unlimited Supercharging' at the bottom
Tesla Account API (Most Reliable)
High ReliabilityRequires Seller AccessCheck the option codes directly from Tesla's system
SC Code Finder
Paste the JSON response from the Tesla API below. This runs entirely in your browser — no data is sent anywhere.
Warnings
- !The seller must be logged into the account the car is registered to
- !If the seller refuses this check, be cautious — they may be hiding SC05 status
Tips
- ✓Use Ctrl+F (or Cmd+F) to search for 'SC01' in the JSON response
- ✓You can also look for other option codes to verify vehicle specs
Compositor Image URL Method
High ReliabilityRequires Seller AccessExtract option codes from the vehicle's image URL
Example Compositor URL Breakdown
The option codes are comma-separated in the URL. Look for $SC01 among the options. If you see $SC05 instead, the supercharging is NOT transferable.
Warnings
- !The option string is embedded in a long URL — use Ctrl+F to search for SC01
Tips
- ✓The URL follows this pattern: https://static-assets.tesla.com/v1/compositor/?model=...&options=$CODE1,$CODE2,$SC01,...
- ✓You can identify many other features from these codes too (color, wheels, interior, etc.)