Free shipping on orders over $99  •  Talk to an HVAC expert: (877) 843-4822  •  Info@BuyComfortDirect.com Track order Support Sign in

Goodman 2.5 Ton Air Handler – Multi-Position – AMST30BU13

$1,635.00

Condition: NewFree ShippingGoodman's standard 10 year parts warranty when registered online through the manufacturer.

Lower price in cart — extra Goodman savings apply automatically at checkout.

-

Complete Your System Optional add-ons — each ships with your order as its own item
Thermostat
Condensate Safety SwitchShuts the system off before a clogged drain overflows
Condensate PumpFor installs without a gravity drain
Air Filter
Electric Heat KitBackup / supplemental electric heat strip for the air handler
Your system total: $1,635.00

Product Details

Model Number
AMST30BU13
Brand
Goodman
Condition
New
Warranty
Goodman's standard 10 year parts warranty when registered online through the manufacturer.

Description

 

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

#product-container {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
color: #000;
background: #fff;
}

#product-container h1 {
font-size: 2.5em;
color: #D53938;
margin-bottom: 10px;
padding-bottom: 15px;
border-bottom: 3px solid #D53938;
font-weight: 700;
}

#product-container h2 {
font-size: 1.8em;
color: #D53938;
margin: 30px 0 15px 0;
font-weight: 600;
}

#product-container p {
line-height: 1.8;
margin-bottom: 15px;
font-size: 1.05em;
color: #333;
}

.intro-section {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 25px;
border-radius: 8px;
margin: 25px 0;
border-left: 5px solid #D53938;
}

.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
border-radius: 8px;
overflow: hidden;
}

.specs-table thead {
background: linear-gradient(135deg, #D53938 0%, #b32d2c 100%);
color: white;
}

.specs-table th {
padding: 15px;
text-align: left;
font-weight: 600;
font-size: 1.1em;
}

.specs-table td {
padding: 12px 15px;
border-bottom: 1px solid #e0e0e0;
}

.specs-table tbody tr {
background: #fff;
transition: all 0.3s ease;
}

.specs-table tbody tr:nth-child(even) {
background: #f8f9fa;
}

.specs-table tbody tr:hover {
background: linear-gradient(90deg, #D53938 0%, #b32d2c 100%) !important;
color: white;
transform: scale(1.01);
box-shadow: 0 4px 12px rgba(213, 57, 56, 0.3);
}

.specs-table tbody tr:hover td {
color: white;
}

.warranty-section {
background: linear-gradient(135deg, #F8F9FA 0%, #e9ecef 100%);
padding: 50px 30px;
border-radius: 15px;
margin: 50px 0;
}

.warranty-section h2 {
color: #D53938;
text-align: center;
margin-bottom: 40px;
font-size: 28px;
}

.warranty-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
max-width: 800px;
margin: 0 auto;
}

.warranty-card {
background: white;
padding: 30px;
border-radius: 12px;
text-align: center;
border: 2px solid rgba(213,57,56,0.3);
transition: all 0.3s ease;
}

.warranty-card:hover {
background: rgba(213,57,56,0.05);
border-color: #D53938;
transform: translateY(-5px);
}

.warranty-years {
font-size: 48px;
font-weight: 700;
color: #D53938;
}

.warranty-label {
color: #333;
font-size: 14px;
font-weight: 600;
}

.cta-section {
background: linear-gradient(135deg, #F8F9FA 0%, #e9ecef 100%);
padding: 60px 30px;
border-radius: 15px;
margin-top: 50px;
box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.cta-content {
text-align: center;
margin-bottom: 40px;
}

.cta-section h2 {
color: #D53938;
margin: 0 0 15px 0;
font-size: 28px;
font-weight: 700;
}

.cta-section p {
color: #333;
margin: 0;
font-size: 16px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
}

.compliance-badge {
background: rgba(213,57,56,0.05);
border: 2px solid #D53938;
border-radius: 12px;
padding: 25px 30px;
display: flex;
align-items: center;
gap: 20px;
max-width: 700px;
margin: 0 auto;
transition: all 0.3s ease;
}

.compliance-badge:hover {
background: rgba(87,169,249,0.05);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(213,57,56,0.2);
}

.badge-icon {
font-size: 32px;
color: #D53938;
font-weight: 700;
background: rgba(213,57,56,0.2);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.badge-content {
text-align: left;
}

.badge-content h3 {
color: #D53938;
margin: 0 0 8px 0;
font-size: 18px;
font-weight: 700;
}

.badge-content p {
color: #555;
margin: 0;
font-size: 14px;
line-height: 1.5;
}

@media (max-width: 768px) {
#product-container {
padding: 15px;
}

#product-container h1 {
font-size: 1.8em;
}

#product-container h2 {
font-size: 1.4em;
}

.specs-table {
font-size: 0.9em;
}

.specs-table th,
.specs-table td {
padding: 10px;
}

.cta-section {
padding: 40px 20px;
}

.compliance-badge {
flex-direction: column;
text-align: center;
padding: 20px;
}

.badge-content {
text-align: center;
}
}

Goodman AMST30BU13 2.5 Ton R-32 Multi-Position Air Handler

The Goodman AMST30BU13 is a 2.5-ton multi-position air handler designed for R-32 refrigerant systems. Featuring a direct-drive multi-speed ECM blower motor and factory-installed TXV, this efficient unit provides reliable air distribution for residential HVAC applications. With its compact 17.5″ cabinet width and versatile installation options, the AMST30BU13 delivers consistent performance in upflow, downflow, or horizontal configurations.

Technical Specifications

Specification Value
Manufacturer Goodman
Model Number AMST30BU13
Product Type Multi-Position Air Handler
Nominal Cooling Capacity 30,000 BTU/h
Tonnage 2.5 Ton
Refrigerant Type R-32
Expansion Device Factory-Installed TXV
Blower Motor Type Multi-Speed ECM
Blower Diameter × Width 10″ × 6″
Blower Motor HP ¾ HP
Full Load Amps (FLA) 4.5 Amps
Voltage 208/240V, 1 Phase, 60 Hz
Min Circuit Ampacity 5.6 Amps
Max Overcurrent Protection 15 Amps
Min / Max VAC 197 / 253 VAC
Liquid Line Connection ⅜” OD
Suction Line Connection ¾” OD
Coil Drain Connection ¾” FPT
Cabinet Width 17.5″
Dimensions (W×D×H) 17.5″ × 21″ × 53⁷⁄₁₆”
Shipping Weight 129 lbs
Installation Configurations Upflow, Downflow, Horizontal
Cabinet Air Leakage Less than 2.0% @ 1.0″ H₂O (ASHRAE 193)
Certifications AHRI Certified, ETL Listed, UL 60335-2-40 Compliant

Comprehensive Warranty Protection

10
Year Parts Warranty

Professional Installation Required

Certified HVAC technician installation ensures optimal performance, safety compliance, and full warranty protection.

DOE Compliant

This air handler is designed for use with DOE-compliant R-32 refrigerant systems

Where the AMST30BU13 fits. The AMST30BU13 is Goodman’s multi-position air handler in the 2.5-ton class — it installs upflow, downflow, or horizontal, and is the standard indoor match for Goodman 2.5-ton R-32 air conditioners and heat pumps (GLXS, GLZS, GXV, and GZV families). It is the straightforward like-for-like replacement for an aging 2.5-ton air handler; add a matching heat kit if you need electric backup heat. Confirm the pairing with the free sizing tool, and see all 2.5-ton Goodman air handlers →

Additional information

Weight 129.00 lbs
Dimensions 21.00 × 17.50 × 45.00 in
System Type

Air Handler

Brand

Goodman

Tonnage

2.5 Ton

Refrigerant

R-32

Airflow Direction

Multi-Position

Cabinet Width

17.5"

Blower Motor

Multi-Speed ECM

Voltage

208/230V

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.