/* ---- Scoped tokens (edit accent here to match brand) ---- */
.lsc{
--lsc-ink:#13233b;
--lsc-ink-2:#1b2430;
--lsc-slate:#5e6b7a;
--lsc-line:#dcd7cd;
--lsc-paper:#f7f5f1;
--lsc-card:#ffffff;
--lsc-accent:#b8862f; /* warm brass — recolor to brand */
--lsc-accent-soft:#f3ead7;
--lsc-radius:14px;
--lsc-shadow:0 1px 2px rgba(19,35,59,.06),0 8px 24px rgba(19,35,59,.07);
--lsc-serif:Georgia,"Times New Roman",serif;
--lsc-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
--lsc-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;
all:initial;
display:block;
font-family:var(--lsc-sans);
color:var(--lsc-ink-2);
line-height:1.6;
background:var(--lsc-paper);
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
box-sizing:border-box;
}
.lsc *,.lsc *::before,.lsc *::after{box-sizing:border-box;}
.lsc p{margin:0 0 1em;}
.lsc h1,.lsc h2,.lsc h3,.lsc h4{font-family:var(--lsc-serif);color:var(--lsc-ink);line-height:1.15;margin:0;}
.lsc .lsc-wrap{max-width:1080px;margin:0 auto;padding:0 20px;}
/* ---- Eyebrow ---- */
.lsc .lsc-eyebrow{
font-family:var(--lsc-mono);font-size:12px;letter-spacing:.18em;
text-transform:uppercase;color:var(--lsc-accent);font-weight:600;
display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;
}
.lsc .lsc-eyebrow svg{width:14px;height:14px;}
/* ---- Hero ---- */
.lsc .lsc-hero{
background:linear-gradient(160deg,#0f1d31 0%,#13233b 55%,#1a3252 100%);
color:#eef1f5;padding:56px 0 0;
}
.lsc .lsc-hero .lsc-eyebrow{color:#e2b863;}
.lsc .lsc-hero h1{
color:#fff;font-size:clamp(28px,5vw,46px);font-weight:700;letter-spacing:-.01em;
max-width:20ch;
}
.lsc .lsc-hero .lsc-sub{
font-family:var(--lsc-serif);font-style:italic;color:#bcd0e6;
font-size:clamp(16px,2.4vw,21px);margin:14px 0 22px;
}
.lsc .lsc-hero .lsc-intro{color:#cdd8e5;max-width:64ch;font-size:16px;}
.lsc .lsc-hero-pad{padding-bottom:40px;}
/* ---- Stat strip ---- */
.lsc .lsc-stats{
display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
background:rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12);
margin-top:42px;
}
.lsc .lsc-stat{background:#0f1d31;padding:22px 18px;text-align:center;}
.lsc .lsc-stat b{
display:block;font-family:var(--lsc-mono);font-size:clamp(22px,3.4vw,30px);
color:#e2b863;font-weight:600;letter-spacing:-.01em;
}
.lsc .lsc-stat span{display:block;font-size:12.5px;color:#9fb1c6;margin-top:6px;letter-spacing:.02em;}
.lsc .lsc-stat a{color:inherit;text-decoration:none;}
.lsc .lsc-stat a:hover{text-decoration:underline;}
/* ---- Section shells ---- */
.lsc .lsc-section{padding:54px 0;}
.lsc .lsc-section.alt{background:#fff;}
.lsc .lsc-section h2{font-size:clamp(24px,3.6vw,34px);letter-spacing:-.01em;}
.lsc .lsc-section .lsc-lede{color:var(--lsc-slate);max-width:66ch;margin-top:12px;font-size:16px;}
.lsc .lsc-prose{max-width:70ch;font-size:16px;color:var(--lsc-ink-2);}
/* ---- Quick answers ---- */
.lsc .lsc-qa{
background:#fff;border:1px solid var(--lsc-line);border-left:4px solid var(--lsc-accent);
border-radius:var(--lsc-radius);padding:28px 30px;box-shadow:var(--lsc-shadow);
}
.lsc .lsc-qa .lsc-qa-sub{
font-family:var(--lsc-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;
color:var(--lsc-accent);font-weight:600;
}
.lsc .lsc-qa h2{font-size:21px;margin:8px 0 0;}
.lsc .lsc-qa dl{margin:20px 0 0;display:grid;gap:15px;}
.lsc .lsc-qa dt{font-weight:700;color:var(--lsc-ink);font-size:15px;}
.lsc .lsc-qa dd{margin:3px 0 0;color:var(--lsc-ink-2);font-size:15px;}
/* ---- Numbered guide steps ---- */
.lsc .lsc-steps{margin-top:34px;display:grid;gap:18px;}
.lsc .lsc-step{
background:var(--lsc-card);border:1px solid var(--lsc-line);border-radius:var(--lsc-radius);
box-shadow:var(--lsc-shadow);padding:26px 28px;display:grid;
grid-template-columns:64px 1fr;gap:20px;align-items:start;
}
.lsc .lsc-step .lsc-num{
font-family:var(--lsc-mono);font-size:30px;font-weight:600;color:var(--lsc-accent);
line-height:1;border-right:1px solid var(--lsc-line);padding-right:18px;
}
.lsc .lsc-step h3{font-size:20px;}
.lsc .lsc-step p{margin:10px 0 0;font-size:15px;color:var(--lsc-ink-2);}
.lsc .lsc-step ul{margin:14px 0 0;padding-left:18px;display:grid;gap:7px;}
.lsc .lsc-step li{font-size:14px;color:var(--lsc-ink-2);}
.lsc .lsc-step li::marker{color:var(--lsc-accent);}
/* ---- Vehicle cards ---- */
.lsc .lsc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:34px;}
.lsc .lsc-card{
background:var(--lsc-card);border:1px solid var(--lsc-line);
border-radius:var(--lsc-radius);box-shadow:var(--lsc-shadow);
padding:26px 26px 24px;display:flex;flex-direction:column;
}
.lsc .lsc-card-head{display:flex;align-items:flex-start;gap:14px;}
.lsc .lsc-ico{
flex:0 0 auto;width:42px;height:42px;border-radius:10px;
background:var(--lsc-accent-soft);display:grid;place-items:center;color:var(--lsc-accent);
}
.lsc .lsc-ico svg{width:22px;height:22px;}
.lsc .lsc-card h3{font-size:21px;}
.lsc .lsc-card .lsc-tagline{
font-family:var(--lsc-mono);font-size:11.5px;letter-spacing:.04em;color:var(--lsc-slate);
text-transform:uppercase;margin-top:5px;line-height:1.5;
}
.lsc .lsc-card .lsc-body{margin-top:16px;font-size:15px;color:var(--lsc-ink-2);}
.lsc .lsc-spec{
list-style:none;margin:18px 0 0;padding:16px 0 0;border-top:1px solid var(--lsc-line);
display:grid;gap:9px;
}
.lsc .lsc-spec li{display:grid;grid-template-columns:104px 1fr;gap:12px;font-size:13.5px;align-items:baseline;}
.lsc .lsc-spec .k{
font-family:var(--lsc-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;
color:var(--lsc-slate);
}
.lsc .lsc-spec .v{color:var(--lsc-ink-2);font-weight:500;}
.lsc .lsc-best{
margin-top:16px;font-size:13.5px;color:var(--lsc-ink);
background:var(--lsc-accent-soft);border-radius:8px;padding:10px 13px;
}
.lsc .lsc-best b{font-family:var(--lsc-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--lsc-accent);display:block;margin-bottom:3px;}
.lsc .lsc-card-link{
margin-top:18px;font-family:var(--lsc-mono);font-size:12px;letter-spacing:.04em;
text-transform:uppercase;font-weight:600;
}
.lsc .lsc-card-link a{color:var(--lsc-accent);text-decoration:none;}
.lsc .lsc-card-link a:hover{text-decoration:underline;}
/* ---- Tables ---- */
.lsc .lsc-tablewrap{
margin-top:32px;overflow-x:auto;border:1px solid var(--lsc-line);
border-radius:var(--lsc-radius);box-shadow:var(--lsc-shadow);-webkit-overflow-scrolling:touch;
}
.lsc table.lsc-compare{border-collapse:collapse;width:100%;min-width:660px;background:#fff;font-size:14px;}
.lsc table.lsc-compare caption{
text-align:left;padding:18px 18px 6px;font-family:var(--lsc-serif);font-size:18px;color:var(--lsc-ink);
}
.lsc table.lsc-compare th,.lsc table.lsc-compare td{padding:12px 16px;text-align:left;border-top:1px solid var(--lsc-line);vertical-align:top;}
.lsc table.lsc-compare thead th{
background:var(--lsc-ink);color:#eef1f5;font-size:11.5px;letter-spacing:.05em;
text-transform:uppercase;border-top:none;white-space:nowrap;
}
.lsc table.lsc-compare tbody th{font-weight:700;color:var(--lsc-ink);white-space:nowrap;}
.lsc table.lsc-compare tbody tr:nth-child(even){background:var(--lsc-paper);}
.lsc table.lsc-compare .num{font-family:var(--lsc-mono);}
/* ---- Inline CTA ---- */
.lsc .lsc-inline-cta{
margin-top:30px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;
background:var(--lsc-accent-soft);border-radius:var(--lsc-radius);padding:18px 22px;
}
.lsc .lsc-inline-cta span{font-weight:700;color:var(--lsc-ink);font-size:15px;}
.lsc .lsc-inline-cta a{color:var(--lsc-accent);font-weight:600;text-decoration:none;font-size:15px;}
.lsc .lsc-inline-cta a:hover{text-decoration:underline;}
.lsc .lsc-inline-cta .sep{color:var(--lsc-slate);}
/* ---- FAQ ---- */
.lsc .lsc-faq{margin-top:30px;border:1px solid var(--lsc-line);border-radius:var(--lsc-radius);overflow:hidden;background:#fff;}
.lsc .lsc-faq details{border-top:1px solid var(--lsc-line);}
.lsc .lsc-faq details:first-child{border-top:none;}
.lsc .lsc-faq summary{
cursor:pointer;list-style:none;padding:18px 22px;font-weight:700;color:var(--lsc-ink);
font-size:16px;display:flex;justify-content:space-between;align-items:center;gap:16px;
}
.lsc .lsc-faq summary::-webkit-details-marker{display:none;}
.lsc .lsc-faq summary::after{content:"+";font-family:var(--lsc-mono);color:var(--lsc-accent);font-size:22px;line-height:1;flex:0 0 auto;}
.lsc .lsc-faq details[open] summary::after{content:"\2013";}
.lsc .lsc-faq .lsc-faq-a{padding:0 22px 20px;color:var(--lsc-ink-2);font-size:15px;}
.lsc .lsc-faq .lsc-faq-a p{margin:0;}
/* ---- CTA ---- */
.lsc .lsc-cta{
background:linear-gradient(160deg,#13233b,#1a3252);color:#eef1f5;
text-align:center;padding:52px 20px;
}
.lsc .lsc-cta h2{color:#fff;font-size:clamp(22px,3.4vw,30px);}
.lsc .lsc-cta .lsc-name{font-family:var(--lsc-serif);font-size:22px;color:#e2b863;margin:14px 0 6px;}
.lsc .lsc-cta .lsc-meta{color:#bcd0e6;font-size:14px;}
.lsc .lsc-btn-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px;}
.lsc .lsc-btn{
display:inline-block;text-decoration:none;font-weight:600;font-size:15px;
padding:13px 26px;border-radius:8px;transition:transform .12s ease,background .12s ease;
}
.lsc .lsc-btn.primary{background:var(--lsc-accent);color:#1b1505;}
.lsc .lsc-btn.ghost{background:transparent;color:#eef1f5;border:1px solid rgba(255,255,255,.45);}
.lsc .lsc-btn:hover{transform:translateY(-1px);}
.lsc .lsc-btn.primary:hover{background:#cf9b3c;}
/* ---- Sources ---- */
.lsc .lsc-sources{background:#fff;padding:30px 0;border-top:1px solid var(--lsc-line);}
.lsc .lsc-sources p{font-size:11.5px;color:var(--lsc-slate);line-height:1.6;max-width:none;margin:0;}
a.lsc-link{color:var(--lsc-accent);text-decoration:none;font-weight:600;}
a.lsc-link:hover{text-decoration:underline;}
/* ---- Responsive ---- */
@media (max-width:880px){
.lsc .lsc-grid{grid-template-columns:1fr;}
.lsc .lsc-stats{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:560px){
.lsc .lsc-step{grid-template-columns:1fr;gap:10px;}
.lsc .lsc-step .lsc-num{border-right:none;border-bottom:1px solid var(--lsc-line);padding:0 0 10px;}
}
@media (max-width:480px){
.lsc .lsc-spec li{grid-template-columns:92px 1fr;}
}
@media (prefers-reduced-motion:reduce){
.lsc .lsc-btn{transition:none;}
}
Used VW Buying Guide · Tempe, AZ
Buying a Used Volkswagen in Tempe: What 50+ Years of LeSueur Expertise Teaches You
From a $2,000 dream and a handful of air-cooled Beetles to 450+ vehicles on the lot.
Five decades of Volkswagen expertise, distilled into a buying guide that outlines what to look for, what to ask, and which used VW models earn the strongest marks in the Arizona desert.
5,500VW Beetles & Buses Sold
50 YearsFamily-Owned Since 1975
450+Vehicles in Stock
Quick Answers
Buying a used Volkswagen at LeSueur, at a glance
Best gas mileage
The Volkswagen Jetta (1.5L TSI) leads the lineup at 31 city / 41 highway MPG.
Best for families
The Volkswagen Atlas seats 7, tows up to 5,000 lbs, and offers up to 96.8 cu ft of cargo.
Browse used inventory.
Best electric
The Volkswagen ID.4 (2022+) pairs an 82-kWh battery and up to 275 miles of range with a 5-star NHTSA rating.
Browse used electric vehicles.
Most fun to drive
The Volkswagen Golf GTI Mk8 (2022+) makes 241 hp with a 7-speed DSG.
What oil does my VW need
It depends on the engine and year — VW 502 00, 504 00, 508 00, or 507 00 (TDI diesel). See the oil-spec table below.
Why buy here
50+ years of VW-specific expertise, VW-compatible diagnostic inspection on every car, no city sales tax, and a 4.9-star DealerRater rating across 1,641 reviews.
From Two Beetles to 450+ Cars: The LeSueur Story
It started with a teacher. Kay LeSueur supplemented his income by buying and selling classic cars, and his son Warren caught the bug early. After graduating from Arizona State University in 1975, Warren and his new bride, Carolyn, invested their entire life savings of $2,000 into a small lot near the ASU campus. They started with a couple of air-cooled Volkswagen Beetles. No showroom, no city block of inventory: a brick building, a dirt lot, and a conviction that honest dealing could build something lasting.
Over the next several decades, Warren, working six days a week with his brother, sons, nephews, and family friends, sold and serviced more than 5,500 Volkswagen Beetles, Buses, and Ghias out of that old brick building. When the air-cooled era ended, and the inventory evolved, LeSueur didn't walk away from Volkswagen; it grew alongside it. Today, Warren's children, Kris, James, Steven, Kelsey, and JT, run the dealership alongside their spouses, carrying forward the same principles. The building is new. The values are identical.
That history matters when you're buying a used VW. Nobody in the Phoenix metro has more collective hours under the hood of a Volkswagen than the LeSueur family. What follows is the buying guide that experience produces.
The Seven-Point Guide
The LeSueur Used VW Buying Guide
Seven things 50 years of Volkswagen expertise teach you before you sign.
01
Know your VW generations before you shop
Not all used VWs are created equal, and the model year matters enormously. Knowing what changed, and when, prevents overpaying for a pre-refresh model.
- Jetta: 2022+ = 1.5L TSI (158 hp) replacing the older 1.4L look for the refresh.
- Golf GTI: Mk8 (2022+) = 241 hp DSG and a new digital interior; Mk7.5 (2019–2021) = proven reliability, simpler controls.
- Tiguan: 2022 added standard blind-spot monitoring, forward-collision warning, and IQ.Drive on all trims except the base.
- ID.4: 2022+ added the larger 82-kWh battery and 275-mile range — a meaningful upgrade over 2021's 260 miles.
02
Insist on a VW-specific pre-purchase inspection
A general mechanic can miss what a VW specialist catches instantly. The dual-clutch DSG transmission, turbocharged TSI engine, and electronic systems all have model-specific failure patterns that only surface on VW diagnostic equipment, not a generic OBDII scanner. Every VW on LeSueur's lot goes through a full inspection before sale; if you shop elsewhere, you can request a LeSueur service inspection.
- DSG transmission: check for shudder at low speed, a known wear indicator.
- TSI engines: verify oil-consumption rate; ask about VW-spec synthetic oil history.
- Confirm whether your model year uses a timing chain or belt, and its service status.
- Pull the VAG-COM fault-code log stored fault history, not just cleared codes.
03
Check the oil-spec sticker, not just the dipstick
Volkswagen engines require specific oil formulations depending on model and year. A used VW maintained on the wrong oil shows it over time: sluggish cold starts, carbon buildup, and accelerated wear on variable-valve-timing components. The correct spec is printed on a sticker under the hood. Always ask for the service history and verify that the oil used matches. (Full spec table below.)
04
Understand what "desert miles" actually mean
Arizona miles aren't national-average miles. Extreme heat accelerates battery degradation, dries out rubber seals, and stresses cooling components faster than cooler climates. A 30,000-mile Arizona VW may have seen thermal stresses that a 50,000-mile Pacific Northwest VW hasn't. Always ask where the vehicle spent its life.
- Battery: Have it load-tested, not just voltage-checked. Heat kills AGM batteries faster.
- Cooling system: inspect hoses for cracks; verify coolant type (G13/G12 evo only).
- Brake fluid: moisture content rises faster in a heat test with a strip before buying.
- Tires: inspect sidewalls for heat delamination, not just tread depth.
05
Prioritize certified service history over mileage alone
A 60,000-mile VW with documented dealer service history is worth more and will cost you less over time than a 35,000-mile example with no records. VW's maintenance schedule is specific: DSG fluid at 40,000 miles, coolant flush at 75,000 miles, brake fluid every two years. A verifiable history tells you whether those intervals were observed.
- Request Carfax plus any dealer service records; together, they tell the full story.
- DSG service is a $300–$400 job; confirm it's been done if the car has more than 40K miles.
- For timing-chain models, check oil-change regularity; low oil levels accelerate chain stretch.
- LeSueur's service department can pull VW factory service records for any vehicle it has worked on.
06
Know the no-city-sales-tax advantage
Most buyers don't realize that purchasing from a dealership inside many city limits triggers city sales tax on top of state and county tax. LeSueur is located in an area of Tempe where the city sales tax does not apply to vehicle purchases, resulting in real, quantifiable savings on every transaction. On a $25,000 vehicle, that's typically $400–$600 back in your pocket before you negotiate anything.
- No city sales tax in LeSueur on every vehicle, every sale.
- Financing available through multiple credit unions and banks at competitive rates.
- Extended warranties available up to 100,000+ miles.
- Trade-ins accepted bring your current vehicle for an on-the-spot appraisal.
07
Test drive it as if you own it, not like a guest
The LeSueur team is famous for showing up in flip-flops. That's not an accident; it's a deliberate signal that you're not walking into a pressure environment. Take full advantage of it. Drive the VW at highway speed, accelerate hard once, brake firmly once, run the AC on max. A car that passes all of that in Tempe's heat is ready for Arizona ownership.
- Highway test: DSG hesitation at speed means a transmission inspection is needed.
- AC performance: should cool the cabin noticeably within 60 seconds on max.
- Brake feel: a soft or spongy pedal signals moisture in the fluid budget for a flush.
- Cold start: listen for a timing chain rattle in the first 3 seconds after startup.
Volkswagen engine oil specifications by model year
Using the wrong oil voids the benefit of an otherwise well-maintained VW. Match the spec to your engine and year, and verify it against the service history.
VW oil specification quick reference (verify the under-hood sticker before purchase)
| Engine / Year |
VW Oil Spec |
Typical Viscosity |
| Pre-2017 gas |
VW 502 00 |
5W-30 or 5W-40 full synthetic |
| 2017–2018 gas |
VW 504 00 |
5W-30 |
| 2019+ TFSI gas |
VW 508 00 |
0W-20 low-viscosity |
| TDI diesel |
VW 507 00 |
Spec-only non-compliant oil damages the DPF |
The Lineup
Five VW Models Worth Knowing at LeSueur
Inventory changes daily, but these five Volkswagens appear most consistently on the lot, each with a compelling case for the right Arizona buyer.
Volkswagen ID.4 (2022–2023)
All-Electric · NHTSA 5-Star · IIHS Top Safety Pick+ · Up to 275 mi
VW's electric crossover. The 2022+ cars carry the larger 82-kWh battery for up to 275 miles of range, with a 5-star NHTSA rating and IIHS Top Safety Pick+. No gas, no oil changes, and Tempe's sun makes home charging effortless.
- Powertrain201 hp (RWD) / 295 hp (AWD dual-motor)
- RangeUp to 275 mi EPA est. (82-kWh, 2022+)
- Cargo30.3 cu ft / 64.2 cu ft folded
- SafetyNHTSA 5-Star · IIHS TSP+ (2023)
- WarrantyBattery 8 yr / 100,000 mi
Browse used electric vehicles in stock →
Volkswagen Golf GTI (2022–2023)
Hot Hatch Icon · Mk8 Generation · 241 hp · 24/32 MPG
The hot-hatch benchmark. The Mk8 GTI pairs a 241-hp turbo four with a quick-shifting DSG and a fully digital interior a daily driver that's genuinely fun without sacrificing practicality.
- Engine2.0L turbo EA888, 241 hp / 273 lb-ft
- Transmission7-speed DSG automatic
- MPG24 city / 32 hwy / 27 combined
- DriveFront-wheel drive
Best forEnthusiasts who want a daily driver that's genuinely fun.
Browse used inventory in stock →
Volkswagen Jetta (2022–2023)
Best MPG in the Lineup · 158 hp · 31/41 MPG · Value Entry
The efficiency and value play. The 2022+ refresh brought the 1.5L TSI for the best fuel economy in the VW lineup, in a refined, roomy sedan at the most accessible entry price.
- Engine1.5L turbo TSI, 158 hp / 184 lb-ft
- Transmission8-speed auto or 6-speed manual
- MPG31 city / 41 hwy (automatic) — best in lineup
Best forCommuters wanting maximum fuel savings in a refined sedan.
Browse used inventory in stock →
Volkswagen Tiguan FWD (2022–2023)
Compact SUV · 184 hp · IIHS Top Safety Pick+ · 7-Passenger Option
The flexible compact SUV. The 2022 update added standard safety tech across the range, and the available third row makes the Tiguan one of the few compact SUVs that can seat seven in a pinch.
- Engine2.0L turbo, 184 hp / 221 lb-ft
- Transmission8-speed automatic
- MPG23 city / 30 hwy (FWD)
- CargoUp to 73 cu ft (seats folded)
- SafetyIIHS Top Safety Pick+ (2022)
Browse used inventory in stock →
Volkswagen Atlas (2022–2023)
3-Row Family SUV · Up to 276 hp · Up to 5,000 lb Tow · 7 Passengers
The full-size family hauler. Three rows, genuine adult space, up to 96.8 cu ft of cargo, and up to 5,000 lbs of towing with the V6 and 4Motion AWD VW's answer for families who need to carry everything.
- Engine2.0L turbo 235 hp · V6 276 hp option
- Transmission8-speed automatic w/ Tiptronic
- MPG21 city / 25 hwy (2.0T)
- TowingUp to 5,000 lbs (V6 / 4Motion)
- CargoUp to 96.8 cu ft (all folded)
Best forFamilies needing three real rows and serious cargo.
Browse used inventory in stock →
Used Volkswagen comparison: powertrain, output, efficiency, and standout trait
| Model |
Powertrain |
Output |
Efficiency |
Standout |
| ID.4 (2022–2023) |
All-electric |
201–295 hp |
Up to 275 mi |
5-Star safety, no gas |
| Golf GTI (2022–2023) |
2.0L turbo gas |
241 hp |
24 / 32 MPG |
Mk8 hot hatch, DSG |
| Jetta (2022–2023) |
1.5L turbo gas |
158 hp |
31 / 41 MPG |
Best MPG, value entry |
| Tiguan FWD (2022–2023) |
2.0L turbo gas |
184 hp |
23 / 30 MPG |
Compact, optional 3rd row |
| Atlas (2022–2023) |
2.0L turbo / V6 gas |
235–276 hp |
21 / 25 MPG |
7-pax, 5,000 lb tow |
The LeSueur Difference When Buying Used
Warren LeSueur started this business at 23 years old on $2,000 and a handshake. Fifty years later, LeSueur Car Company holds a 4.9-star rating across 1,641 DealerRater reviews, a BBB Accredited business rating, and a sales team the company is proud to note has earned Eagle Scout Awards because integrity isn't a tagline here, it's the hiring standard.
Every used VW on the lot has been inspected by ASE-certified technicians using VW-compatible diagnostic equipment. No city sales tax means real dollars stay in your pocket. Financing through multiple lenders, on-site service for the life of the vehicle, window tinting, body and paint, and Hunter machine alignments, everything you need after the purchase is also here, at 1109 E Curry Rd.
Frequently Asked Questions
Buying a used VW in Tempe: your questions answered
What should I check when buying a used Volkswagen?
Get a VW-specific pre-purchase inspection on VW diagnostic equipment, not a generic OBDII scanner. Check the DSG transmission for low-speed shudder, verify that the engine oil matches the correct VW spec for the model year, confirm the timing chain or belt service status, and pull the stored VAG-COM fault code history. At LeSueur, every VW is inspected before sale.
What engine oil does my Volkswagen need?
It depends on the engine and year: VW 502 00 (pre-2017 gas), VW 504 00 (2017–2018 gas), VW 508 00 (2019+ TFSI, a 0W-20 low-viscosity oil), and VW 507 00 for TDI diesels. Using non-spec oil causes carbon buildup and accelerated wear; on a TDI, it can damage the DPF. The correct spec is on the under-hood sticker.
Do Arizona "desert miles" affect a used VW?
Yes. Extreme heat degrades batteries, dries out rubber seals, and stresses cooling components faster than cooler climates, so a low-mileage Arizona car can show more thermal wear than a higher-mileage car from a mild climate. Have the battery load-tested, inspect cooling hoses and coolant type, test the brake fluid for moisture, and check tire sidewalls for heat delamination.
Which used Volkswagen has the best gas mileage?
The Volkswagen Jetta with the 1.5L TSI engine leads the lineup at 31 city / 41 highway MPG with the automatic transmission, making it the most efficient and most affordable entry point in the used VW range.
What is the best used VW for families?
The Volkswagen Atlas is VW's three-row family SUV, it seats up to seven, tows up to 5,000 lbs with the V6 and 4Motion AWD, and offers up to 96.8 cubic feet of cargo. For a smaller family, the Tiguan offers an optional third row in a compact footprint.
Is a used Volkswagen ID.4 a good electric SUV?
Yes. The 2022 and newer ID.4 carries the larger 82-kWh battery for up to 275 miles of range, earned a 5-star NHTSA overall rating and IIHS Top Safety Pick+, and comes with an 8-year / 100,000-mile battery warranty. Aim for a 2022+ model for a longer range than 2021's 260 miles.
Does LeSueur Car Company charge city sales tax?
No. LeSueur is located in an area of Tempe where the city sales tax does not apply to vehicle purchases. On a $25,000 vehicle, you typically save $400–$600 before you negotiate anything, on top of state and county taxes that apply everywhere.
Why buy a used VW from LeSueur Car Company?
LeSueur has been family-owned since 1975 and has sold and serviced more than 5,500 air-cooled Volkswagens, giving it deeper VW-specific expertise than any general used-car lot in the Phoenix metro. Every VW is inspected by ASE-certified technicians on VW-compatible equipment. The dealership holds a 4.9-star DealerRater rating across 1,641 reviews and a BBB Accredited rating, and there's no city sales tax.
Browse Used VWs in Tempe
LeSueur Car Company
1109 E Curry Rd, Tempe, AZ 85281 · No City Sales Tax · Family-Owned Since 1975 · BBB Accredited
Sources: LeSueur history and founding details from the dealership's About and owner's-letter pages (5,500 Beetles/Buses/Ghias and $2,000 / 1975 founding per Warren LeSueur). DealerRater rating (4.9 stars, 1,641 reviews) per dealerrater.com, verified April 2026. VW model specs per Volkswagen of America media and EPA; IIHS Top Safety Pick+ and NHTSA 5-Star ratings per iihs.org and nhtsa.gov; oil specifications per Volkswagen Technical Service Bulletins. Vehicle availability, trims, mileage, and pricing change frequently — verify all specs at time of purchase.
{
"@context":"https://schema.org",
"@graph":[
{
"@type":"AutoDealer",
"@id":"https://usedvwaudi.com/#dealer",
"name":"LeSueur Car Company",
"url":"https://usedvwaudi.com",
"telephone":"+1-480-389-3664",
"foundingDate":"1975",
"priceRange":"$$",
"address":{
"@type":"PostalAddress",
"streetAddress":"1109 E Curry Rd",
"addressLocality":"Tempe",
"addressRegion":"AZ",
"postalCode":"85281",
"addressCountry":"US"
},
"areaServed":[
{"@type":"City","name":"Tempe"},
{"@type":"City","name":"Phoenix"},
{"@type":"City","name":"Mesa"},
{"@type":"City","name":"Chandler"},
{"@type":"City","name":"Scottsdale"}
]
},
{
"@type":"BlogPosting",
"headline":"Buying a Used Volkswagen in Tempe: What 50+ Years of LeSueur Expertise Teaches You",
"description":"A used Volkswagen buying guide from LeSueur Car Company in Tempe, AZ — VW-specific inspection tips, oil specifications by model year, desert-miles wear points, and the best used VW models including the ID.4, Golf GTI, Jetta, Tiguan, and Atlas.",
"about":["used Volkswagen buying guide","used VW Tempe AZ","VW inspection","VW oil specifications"],
"publisher":{"@id":"https://usedvwaudi.com/#dealer"},
"author":{"@id":"https://usedvwaudi.com/#dealer"},
"datePublished":"2026-06-24"
},
{
"@type":"FAQPage",
"mainEntity":[
{"@type":"Question","name":"What should I check when buying a used Volkswagen?","acceptedAnswer":{"@type":"Answer","text":"Get a VW-specific pre-purchase inspection on VW diagnostic equipment, not a generic OBDII scanner. Check the DSG transmission for low-speed shudder, verify the engine oil matches the correct VW spec for the model year, confirm timing chain or belt service status, and pull the stored VAG-COM fault-code history. At LeSueur, every VW is inspected before sale."}},
{"@type":"Question","name":"What engine oil does my Volkswagen need?","acceptedAnswer":{"@type":"Answer","text":"It depends on the engine and year: VW 502 00 (pre-2017 gas), VW 504 00 (2017-2018 gas), VW 508 00 (2019+ TFSI, a 0W-20 low-viscosity oil), and VW 507 00 for TDI diesels. Using non-spec oil causes carbon buildup and accelerated wear; on a TDI it can damage the DPF. The correct spec is on the under-hood sticker."}},
{"@type":"Question","name":"Do Arizona desert miles affect a used VW?","acceptedAnswer":{"@type":"Answer","text":"Yes. Extreme heat degrades batteries, dries out rubber seals, and stresses cooling components faster than cooler climates, so a low-mileage Arizona car can show more thermal wear than a higher-mileage car from a mild climate. Have the battery load-tested, inspect cooling hoses and coolant type, test the brake fluid for moisture, and check tire sidewalls for heat delamination."}},
{"@type":"Question","name":"Which used Volkswagen has the best gas mileage?","acceptedAnswer":{"@type":"Answer","text":"The Volkswagen Jetta with the 1.5L TSI engine leads the lineup at 31 city / 41 highway MPG with the automatic transmission, making it the most efficient and most affordable entry point in the used VW range."}},
{"@type":"Question","name":"What is the best used VW for families?","acceptedAnswer":{"@type":"Answer","text":"The Volkswagen Atlas is VW's three-row family SUV - it seats up to seven, tows up to 5,000 lbs with the V6 and 4Motion AWD, and offers up to 96.8 cubic feet of cargo. For a smaller family, the Tiguan offers an optional third row in a compact footprint."}},
{"@type":"Question","name":"Is a used Volkswagen ID.4 a good electric SUV?","acceptedAnswer":{"@type":"Answer","text":"Yes. The 2022 and newer ID.4 carries the larger 82-kWh battery for up to 275 miles of range, earned a 5-star NHTSA overall rating and IIHS Top Safety Pick+, and comes with an 8-year / 100,000-mile battery warranty. Aim for a 2022+ model for the longer range over the 2021's 260 miles."}},
{"@type":"Question","name":"Does LeSueur Car Company charge city sales tax?","acceptedAnswer":{"@type":"Answer","text":"No. LeSueur is located in an area of Tempe where no city sales tax applies to vehicle purchases. On a $25,000 vehicle that typically saves $400-$600 before you negotiate anything, on top of state and county tax that applies everywhere."}},
{"@type":"Question","name":"Why buy a used VW from LeSueur Car Company?","acceptedAnswer":{"@type":"Answer","text":"LeSueur has been family-owned since 1975 and has sold and serviced more than 5,500 air-cooled Volkswagens, giving it deeper VW-specific expertise than any general used-car lot in the Phoenix metro. Every VW is inspected by ASE-certified technicians on VW-compatible equipment, the dealership holds a 4.9-star DealerRater rating across 1,641 reviews and a BBB Accredited rating, and there is no city sales tax."}}
]
},
{
"@type":"ItemList",
"name":"Five used Volkswagen models worth knowing at LeSueur Car Company",
"itemListOrder":"https://schema.org/ItemListUnordered",
"numberOfItems":5,
"itemListElement":[
{"@type":"ListItem","position":1,"name":"Volkswagen ID.4 (2022–2023)"},
{"@type":"ListItem","position":2,"name":"Volkswagen Golf GTI (2022–2023)"},
{"@type":"ListItem","position":3,"name":"Volkswagen Jetta (2022–2023)"},
{"@type":"ListItem","position":4,"name":"Volkswagen Tiguan (2022–2023)"},
{"@type":"ListItem","position":5,"name":"Volkswagen Atlas (2022–2023)"}
]
}
]
}