:root{–yellow:#F5C400;–steel-900:#0D0F12;–steel-800:#13161A;–steel-700:#1A1D22;–steel-600:#22262D;–steel-500:#2C3038;–steel-400:#3D4249;–steel-300:#5A6070;–steel-200:#8A909A;–steel-100:#C4C8D0;–steel-50:#EFF1F6;–red:#E03A3A;–green:#2ECC71;–font-head:’Oswald’,sans-serif;–font-body:’Inter’,sans-serif;–max-w:1080px;–radius:6px;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;}
body{background:var(–steel-900);color:var(–steel-100);font-family:var(–font-body);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;}
a{color:var(–yellow);text-decoration:none;}a:hover{text-decoration:underline;}
img{max-width:100%;display:block;}
h1,h2,h3,h4{font-family:var(–font-head);text-transform:uppercase;letter-spacing:0.03em;line-height:1.2;color:var(–steel-50) !important;}
h2{font-size:clamp(1.4rem,3vw,1.9rem);margin-bottom:1rem;}h3{font-size:clamp(1.1rem,2.5vw,1.35rem);margin-bottom:0.6rem;}
p{margin-bottom:1rem;color:var(–steel-100);}p:last-child{margin-bottom:0;}
ul,ol{padding-left:1.4rem;margin-bottom:1rem;}li{margin-bottom:0.3rem;}
.wrap{max-width:var(–max-w);margin:0 auto;padding:0 1.25rem;}
section{padding:3.5rem 0;}section + section{border-top:1px solid var(–steel-700);}
.breadcrumb{background:var(–steel-800);padding:0.65rem 0;font-size:0.8rem;color:var(–steel-300);}.breadcrumb a{color:var(–steel-200);}.breadcrumb span{margin:0 0.4rem;}
.hero{background:linear-gradient(160deg,var(–steel-800) 0%,var(–steel-900) 100%);border-bottom:3px solid var(–yellow);padding:4rem 0 3.5rem;}
.hero .tag{display:inline-block;background:var(–yellow);color:var(–steel-900);font-family:var(–font-head);font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1em;padding:0.25rem 0.75rem;border-radius:var(–radius);margin-bottom:1.1rem;}
.hero h1{font-size:clamp(2rem,5vw,3rem);color:#fff;max-width:800px;margin-bottom:1.1rem;}
.hero h1 span{color:var(–yellow);}
.hero .lede{font-size:1.1rem;color:var(–steel-100);max-width:640px;line-height:1.65;margin-bottom:1.6rem;}
.hero .btn{display:inline-block;background:var(–yellow);color:var(–steel-900);font-family:var(–font-head);font-size:0.9rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:0.7rem 1.6rem;border-radius:var(–radius);transition:opacity 0.15s;}.hero .btn:hover{opacity:0.88;text-decoration:none;}
.stats-panel{background:var(–steel-800);padding:2.5rem 0;border-bottom:1px solid var(–steel-700);}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(–steel-700);border:1px solid var(–steel-700);border-radius:var(–radius);overflow:hidden;}
@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:380px){.stats-grid{grid-template-columns:1fr;}}
.stat-tile{background:var(–steel-800);padding:1.4rem 1.2rem;text-align:center;}
.stat-tile .stat-num{font-family:var(–font-head);font-size:2rem;font-weight:700;color:var(–yellow);line-height:1;margin-bottom:0.3rem;}
.stat-tile .stat-label{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.07em;color:var(–steel-300);font-family:var(–font-head);}
.stat-tile .stat-sub{font-size:0.72rem;color:var(–steel-400);margin-top:0.2rem;}
.content-section{padding:3.5rem 0;}.content-section + .content-section{border-top:1px solid var(–steel-700);}
.section-label{display:inline-block;font-family:var(–font-head);font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(–yellow);margin-bottom:0.5rem;}
.visc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.5rem;}
.visc-card{background:var(–steel-800);border:1px solid var(–steel-700);border-left:3px solid var(–yellow);border-radius:var(–radius);padding:1.25rem 1.2rem;}
.visc-card h3{font-size:0.9rem;color:var(–yellow);margin-bottom:0.5rem;}
.visc-card p{font-size:0.88rem;color:var(–steel-200);margin:0;}
.table-wrap{overflow-x:auto;margin-top:1.5rem;border-radius:var(–radius);border:1px solid var(–steel-700);}
table{width:100%;border-collapse:collapse;font-size:0.88rem;}
thead tr{background:var(–steel-700);}
thead th{font-family:var(–font-head);font-size:0.75rem;text-transform:uppercase;letter-spacing:0.07em;color:var(–yellow);padding:0.85rem 1rem;text-align:left;white-space:nowrap;}
tbody tr{border-top:1px solid var(–steel-700);transition:background 0.1s;}tbody tr:hover{background:var(–steel-800);}tbody tr:nth-child(even){background:rgba(255,255,255,0.02);}
tbody td{padding:0.85rem 1rem;color:var(–steel-100);vertical-align:top;}
tbody td:first-child{font-weight:600;color:var(–steel-50);}
.td-spec{font-size:0.75rem;color:var(–steel-300);display:block;margin-top:0.15rem;}
.td-ext{color:var(–green);font-weight:500;}
.warn,.tip{border-radius:var(–radius);padding:1.1rem 1.25rem;margin:1.5rem 0;font-size:0.9rem;}
.warn{background:rgba(224,58,58,0.1);border-left:4px solid var(–red);color:var(–steel-100);}
.warn strong{display:block;font-family:var(–font-head);font-size:0.78rem;text-transform:uppercase;letter-spacing:0.08em;color:var(–red);margin-bottom:0.4rem;}
.tip{background:rgba(245,196,0,0.08);border-left:4px solid var(–yellow);color:var(–steel-100);}
.tip strong{display:block;font-family:var(–font-head);font-size:0.78rem;text-transform:uppercase;letter-spacing:0.08em;color:var(–yellow);margin-bottom:0.4rem;}
.picks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-top:1.5rem;}
.pick{background:var(–steel-800);border:1px solid var(–steel-700);border-radius:var(–radius);padding:1.5rem 1.4rem;display:flex;flex-direction:column;gap:0.9rem;}
.pick .pick-badge{display:inline-block;font-family:var(–font-head);font-size:0.68rem;text-transform:uppercase;letter-spacing:0.08em;padding:0.2rem 0.65rem;border-radius:3px;font-weight:600;width:fit-content;}
.pick .pick-badge.primary{background:var(–yellow);color:var(–steel-900);}
.pick h3{font-size:1.05rem;color:var(–steel-50);margin:0;}
.pick .pick-code{font-size:0.78rem;color:var(–steel-300);font-family:var(–font-head);letter-spacing:0.06em;}
.pick ul{padding-left:0;list-style:none;margin:0;}
.pick ul li{font-size:0.87rem;color:var(–steel-200);padding:0.3rem 0;border-bottom:1px solid var(–steel-700);display:flex;align-items:flex-start;gap:0.5rem;}
.pick ul li:last-child{border-bottom:none;}
.pick ul li::before{content:”✓”;color:var(–green);font-weight:700;flex-shrink:0;}
.pick .btn{display:block;text-align:center;background:var(–yellow);color:var(–steel-900);font-family:var(–font-head);font-size:0.85rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:0.7rem 1rem;border-radius:var(–radius);margin-top:auto;transition:opacity 0.15s;}
.pick .btn:hover{opacity:0.88;text-decoration:none;}
.faq-list{margin-top:1.5rem;}
.faq-item{border:1px solid var(–steel-700);border-radius:var(–radius);margin-bottom:0.6rem;overflow:hidden;}
.faq-q{width:100%;background:var(–steel-800);border:none;cursor:pointer;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-family:var(–font-head);font-size:0.95rem;text-transform:uppercase;letter-spacing:0.04em;color:var(–steel-50);transition:background 0.15s;}
.faq-q:hover{background:var(–steel-700);}
.faq-q .faq-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(–steel-700);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(–yellow);transition:transform 0.2s;}
.faq-item.open .faq-q .faq-icon{transform:rotate(45deg);}
.faq-a{background:var(–steel-900);padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.2s;}
.faq-item.open .faq-a{max-height:400px;padding:1rem 1.25rem 1.2rem;}
.faq-a p{font-size:0.9rem;color:var(–steel-200);margin:0;}
.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:0.75rem;margin-top:1.5rem;}
.related-link{display:flex;align-items:center;gap:0.75rem;background:var(–steel-800);border:1px solid var(–steel-700);border-radius:var(–radius);padding:0.9rem 1rem;color:var(–steel-100);font-size:0.87rem;transition:border-color 0.15s,background 0.15s;}
.related-link:hover{border-color:var(–yellow);background:var(–steel-700);text-decoration:none;color:var(–steel-50);}
.related-link::before{content:”→”;color:var(–yellow);font-weight:700;flex-shrink:0;}
.mt-1{margin-top:0.5rem;}.mt-2{margin-top:1rem;}.mt-3{margin-top:1.5rem;}.mb-0{margin-bottom:0;}
@media (max-width:640px){section,.content-section{padding:2.5rem 0;}.hero{padding:2.5rem 0 2rem;}}
{
“@context”: “https://schema.org”,
“@graph”: [
{
“@type”: “Article”,
“headline”: “Allison Transmission Fluid | TES-295, TES-389 & TES-668 Spec Guide”,
“description”: “Allison transmissions require TES-295, TES-389, or TES-668 approved fluid. Learn which spec your unit needs, why non-approved fluid causes glazed clutches and overheating, and which synthetic ATF meets all three specs.”,
“url”: “https://semitruckoil.com/allison-transmission-fluid/”,
“datePublished”: “2026-04-28”,
“dateModified”: “2026-04-28”,
“author”: {
“@type”: “Organization”,
“name”: “SemiTruckOil.com”
}
},
{
“@type”: “BreadcrumbList”,
“itemListElement”: [
{
“@type”: “ListItem”,
“position”: 1,
“name”: “Home”,
“item”: “https://semitruckoil.com/”
},
{
“@type”: “ListItem”,
“position”: 2,
“name”: “Allison Transmission Fluid”,
“item”: “https://semitruckoil.com/allison-transmission-fluid/”
}
]
},
{
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “What fluid does an Allison transmission take?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Allison transmissions require fluid that meets an Allison TES specification — TES-295 for older units, TES-389 for current production, and TES-668 for next-gen units. Using a fluid that does not carry Allison approval voids the warranty and can cause glazed clutch packs, rough shifting, and overheating. AMSOIL ATD Torque-Drive Synthetic Heavy-Duty ATF meets TES-295, TES-389, and TES-668.”
}
},
{
“@type”: “Question”,
“name”: “What is Allison TES-295 and TES-668?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “TES-295 (Transmission Engineering Standard 295) is Allison’s older fluid specification, still required in many legacy automatic transmission units. TES-668 is Allison’s latest specification, introduced for next-generation automatic transmissions. TES-389 is the current standard for newer Allison units produced between the TES-295 and TES-668 eras. Each spec defines friction modifier chemistry, oxidation resistance, and additive package requirements. A fluid must meet the specific TES level required by your transmission model.”
}
},
{
“@type”: “Question”,
“name”: “How often should you change Allison transmission fluid?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Follow the OEM extended service interval published in your Allison service manual for the applicable TES specification. Synthetic ATF such as AMSOIL ATD qualifies for Allison’s full extended drain interval. Severe service applications — refuse trucks, cement mixers, transit buses in hot climates with heavy stop-and-go cycles — may require shorter intervals. Do not extend beyond Allison’s published limits without oil analysis.”
}
},
{
“@type”: “Question”,
“name”: “Can you use regular ATF in an Allison transmission?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “No. Standard consumer ATF does not meet Allison TES specifications. Allison’s clutch pack design requires specific friction modifier chemistry. Using an unapproved fluid causes glazed clutches, erratic shifting, overheating, and voids the transmission warranty. Only use fluid that carries documented Allison TES-295, TES-389, or TES-668 approval.”
}
},
{
“@type”: “Question”,
“name”: “What causes an Allison transmission to slip or shift rough?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “The most common causes are degraded or incorrect ATF, low fluid level, and glazed clutch packs from running non-approved fluid. If shifts become sluggish or erratic, check the fluid condition first — dark, cloudy, or burnt-smelling fluid means a change is overdue. Continued operation with degraded fluid accelerates clutch wear. If fluid is fresh and correct, the problem is mechanical and requires transmission service.”
}
}
]
},
{
“@type”: “WebPage”,
“name”: “Allison Transmission Fluid | TES-295, TES-389 & TES-668 Spec Guide”,
“url”: “https://semitruckoil.com/allison-transmission-fluid/”,
“description”: “Allison transmissions require TES-295, TES-389, or TES-668 approved fluid. Learn which spec your unit needs, why non-approved fluid causes glazed clutches and overheating, and which synthetic ATF meets all three specs.”
}
]
}
ALLISON TRANSMISSION FLUID
Allison automatics demand TES-approved ATF. Run the wrong fluid and you’ll glaze the clutch packs, cause rough shifts, overheat the unit, and void the warranty. Here’s which spec your transmission needs and which synthetic meets all three.
Who Runs Allison Automatics
Allison automatic transmissions are not typical highway-haul equipment. They dominate vocational Class 8 applications where automatic shifting, constant stop-and-go cycles, and high torque loads are daily reality.
Refuse Trucks
Garbage and recycling haulers stop hundreds of times per shift. Allison automatics handle the constant engagement and disengagement without driver fatigue or clutch wear from manual operation.
Cement Mixers
Drum rotation combined with frequent jobsite stops and tight maneuvering makes automatic transmissions the standard choice in ready-mix concrete fleets across North America.
Transit & School Buses
Municipal bus systems and school districts run Allison transmissions in virtually every unit. Passenger safety, smooth boarding, and high daily stop counts drive the specification.
Dump Trucks
Construction dump trucks operating on soft ground, in quarries, and on grade benefit from Allison’s torque converter under heavy load conditions where clutch slippage in a manual would accelerate wear.
Emergency Vehicles
Fire apparatus, ambulances, and utility trucks require fast, reliable engagement. Allison supplies most North American fire and EMS fleets for this reason.
Delivery & Distribution
Urban delivery vans, straight trucks, and medium-duty distribution units with multiple daily stops run Allison automatics to reduce driver workload and transmission wear on dense city routes.
Allison Transmission Fluid Specs Explained
Allison publishes its own fluid specifications — called TES (Transmission Engineering Standard) — that define the chemistry a fluid must meet to protect Allison clutch packs, seals, and hydraulic control systems. These are not generic ATF categories. They are proprietary Allison requirements.
| Spec | Era | Where Required | ATD Approved |
|---|---|---|---|
| TES-295 Allison C-4 superseded by TES-295 |
Older Allison units | Legacy fleet transmissions, pre-2000s units still in service | ✓ Yes |
| TES-389 Current production spec |
Mid-generation to current | Newer Allison automatic transmissions in current vocational production | ✓ Yes |
| TES-668 Latest spec, next-gen units |
Next-generation Allison | Next-gen Allison automatics requiring highest-performance fluid chemistry | ✓ Yes |
Using a fluid without documented Allison TES approval glazes the friction clutch packs, causing slipping and rough shifts. It also degrades seals, disrupts hydraulic control pressure, and generates heat. Allison will void the warranty on any transmission that shows evidence of non-approved fluid use.
AMSOIL ATD Torque-Drive Synthetic Heavy-Duty ATF meets TES-295, TES-389, and TES-668 — the full range of Allison specifications. It also carries Allison C-4 approval for legacy units. One fluid covers your entire mixed-age Allison fleet.
Why Automatic Transmission Fluid Is Different from Manual Trans Oil
Allison automatics and manual transmissions are fundamentally different machines. They require different fluids. Confusing them causes immediate damage.
Viscosity
ATF runs thin — typically 6–8 cSt at 100°C. Manual transmission gear oil runs thick, often SAE 50 or 75W-90, with viscosity 10–20× higher. Allison’s hydraulic circuits require low-viscosity ATF to function. Thick gear oil starves the control system.
Friction Modifiers
Allison clutch packs are wet-friction components engineered around specific friction modifier chemistry. ATF is formulated to match this. SAE 50 gear oil contains no compatible friction modifier package — it causes clutch glazing on first use.
Hydraulic Control
Allison transmissions use internal oil pressure to control shift timing, torque converter lockup, and clutch engagement. ATF is engineered for stable, consistent flow characteristics under pressure. Gear oil is not. Incorrect fluid produces erratic or failed shifts.
SAE 50 gear oil, 75W-90, or any manual trans fluid will destroy an Allison automatic. The damage starts immediately and is not covered under warranty or any extended service plan.
Allison Transmission Fluid Change Interval
Allison publishes extended service intervals in its service manual for each TES specification. Follow the OEM published interval for your transmission model and the applicable TES spec. Do not guess — use the Allison service manual for your specific unit.
Synthetic ATF qualifies for the full Allison extended drain interval. AMSOIL ATD meets all applicable TES specs and is a direct fit for operators following Allison’s extended service program.
Severe Service Shortens the Interval
Applications that generate more heat and mechanical stress degrade fluid faster than standard operating assumptions. These operations warrant reduced intervals:
- Refuse collection — high daily stop count, full-load engagement every cycle
- Cement mixers — continuous drum load combined with jobsite maneuvering
- Transit buses in hot climates — stop-and-go in high ambient temperatures accelerates oxidation
- Urban delivery — frequent engagement/disengagement on short routes in summer heat
- Emergency vehicles — high-speed response cycles followed by idle periods
Never extend intervals beyond Allison’s published limits without oil analysis. Even synthetic ATF degrades under severe service. An overdue fluid change is the leading cause of avoidable Allison transmission failures.
Third-party fluid analysis lets you track viscosity, TBN depletion, and contamination. On a severe-service fleet, one sample per drain cycle costs less than a single road call. Use it before extending any interval beyond the Allison baseline.
Signs of Allison Transmission Fluid Problems
Degraded or incorrect ATF announces itself before it destroys the transmission. Know the signs.
Sluggish or Delayed Shifts
If the transmission hesitates before engaging a gear or shifts feel slow and mushy, the fluid’s hydraulic properties have degraded. Check fluid condition immediately. Continued operation accelerates clutch wear.
Transmission Slipping
Slipping — where the engine revs without corresponding vehicle acceleration — indicates clutch pack failure, often caused by glazed friction surfaces from degraded or non-approved fluid. This is a stop-and-service situation.
Overheating Warning
The Allison transmission control module monitors sump temperature. Overheating faults indicate the fluid can no longer dissipate heat adequately. Degraded fluid with depleted antioxidant chemistry is the most common cause outside of a mechanical failure.
Burnt Smell
Burnt ATF has a distinct acrid smell. If you notice it during or after operation, drain and inspect the fluid. Burnt fluid means the additive package has failed and the friction clutches have been running in suboptimal conditions.
Dark or Cloudy Fluid
Fresh ATF is red or amber and clear. Dark brown or black fluid is oxidized. Cloudy or milky fluid indicates water or coolant contamination. Either condition means change now. Cloudy fluid with coolant contamination is a stop-and-inspect emergency.
Allison-Approved ATF for Vocational Trucks
One fluid meets every current and legacy Allison TES specification. No guessing which product applies to your fleet’s mixed-age units.
AMSOIL Torque-Drive 100% Synthetic Heavy-Duty ATF
- Allison TES-295, TES-389, TES-668 approved
- Allison C-4 approved — covers legacy units
- ZF TE-ML 03D/04D/14A/14B/17C/20B/20C
- MAN 339 V-1/V-2/Z-1/Z-2/Z-3/339F
- Volvo 97340/97341 | Voith 55.6335/55.6336
- MB 236.91/236.10 | Ford MERCON V | GM DEXRON III-H
- 7.3 cSt @ 100°C | VI: 168 | Pour point: −56°C
- Qualifies for full Allison extended drain interval
- Suits line haul, refuse, cement, buses, emergency vehicles
Frequently Asked Questions
Allison transmissions require fluid that meets an Allison TES specification — TES-295 for older units, TES-389 for current production, and TES-668 for next-gen units. Check your Allison service manual for the required spec. Using a fluid without documented Allison approval voids the warranty and can cause glazed clutch packs, rough shifting, and overheating. AMSOIL ATD Torque-Drive Synthetic Heavy-Duty ATF meets TES-295, TES-389, and TES-668.
TES-295 (Transmission Engineering Standard 295) is Allison’s older fluid specification, still required in many legacy automatic transmission units in service today. TES-668 is Allison’s latest specification, introduced for next-generation automatic transmissions requiring higher-performance fluid chemistry. TES-389 is the current standard for newer Allison units produced between the TES-295 and TES-668 eras. Each spec defines friction modifier chemistry, oxidation resistance, and additive package requirements. A fluid must carry approval for the specific TES level your transmission requires.
Follow the OEM extended service interval in your Allison service manual for the applicable TES specification. Allison publishes extended intervals for approved synthetic ATF — AMSOIL ATD qualifies for the full extended drain interval. Severe service applications such as refuse collection, cement mixing, and transit buses operating in hot climates with heavy stop-and-go cycles may require shorter intervals. Do not extend beyond Allison’s published limits without documented oil analysis.
No. Generic consumer ATF does not meet Allison TES specifications. Allison’s clutch pack design requires specific friction modifier chemistry that most off-the-shelf ATFs do not carry. Using an unapproved fluid causes glazed clutches, erratic shifting, overheating, and voids the transmission warranty. Only use fluid with documented Allison TES-295, TES-389, or TES-668 approval listed on the product data sheet.
The most common causes are degraded or incorrect ATF, low fluid level, and glazed clutch packs from running non-approved fluid. If shifts become sluggish or erratic, check fluid condition first — dark, cloudy, or burnt-smelling fluid means a change is overdue. Continued operation with degraded fluid accelerates clutch wear rapidly. If the fluid is fresh, at the correct level, and TES-approved, the problem is mechanical and requires transmission service by an Allison-trained technician.
function toggleFaq(btn) {
var item = btn.closest(‘.faq-item’);
var isOpen = item.classList.contains(‘open’);
document.querySelectorAll(‘.faq-item.open’).forEach(function(el) {
el.classList.remove(‘open’);
el.querySelector(‘.faq-q’).setAttribute(‘aria-expanded’, ‘false’);
});
if (!isOpen) {
item.classList.add(‘open’);
btn.setAttribute(‘aria-expanded’, ‘true’);
}
}