X

8.5'x20' Big Tex Dump 25DU-20 4'

2026 Big Tex 8.5x20 Gooseneck Dump Trailer with 4' Tall Sides

25DU

Standard Feature

Available Options

Axles

2 - 10,000# cambered axles with Oil Bath and Valcrum Caps

Brakes

Forward Self-Adjusting Electric Brakes on Both Axles

Suspension

Heavy-Duty 30,000#, Adjustable

Tongue

12" I-Beam

Coupler

Square, Adjustable Crank 2-5/16” Gooseneck Coupler

Safety Chains

3/8" Grade 70 w/ Safety Latch Hook (2 ea)

Jack

Dual 12,000# Drop-Leg Jack (Side Wind)

Frame

12" I-Beam

Cross-Members

3" Channel on 16" Centers

Floor

7 Gauge Smooth Steel

Ramps

Slide in Ramps

Stake Pockets

Stake Pockets Along Both Sides (Quantity Varies by Length)

Trailer Plug

7-Way RV

Lights

Recessed, Grommet-Mounted L.E.D. Lighting

Wiring

Sealed, Modular Cold-Weather Wiring Harness

Tires

ST235/80 R-16 Load Range E Radial Tires (Dual)

Bolt Pattern

8-Lug

Wheels

Black Mod Steel

Spare Mount

Side Spare Tire Mount

Paint Type

Professional Finish w/ Primer Standard

Paint Color

Black

Tie-Downs

(4) 5/8" D-Rings Inside Bed to Secure Equipment

Along Sides and Rear for Cargo Control

Break-Away Kit

Complete Breakaway System w/ Zip Breakaway Cable

Battery

12V Deep Cycle

Charger

5A 110V on Board Battery Charger

Gate

Double Rear Doors

J-Hooks

Along sides and rear for Cargo Control

Mudflaps

Standard

Power

Power Up/Gravity Down Movement

Ram

Self-Contained Scissor

Sides

48" Tall (12 Ga) with formed Channel Supports

Stabilizers

Rear Stabilizer Stands

Storage

Lockable Pump and Battery Box mounted between front Jacks

Tarp

Fully Formed Tarp Shroud

Top Rail

4"x 2" Rectangular Tubing

8.5'x20' Big Tex Dump 25DU-20 4'
Our Price! $25,300
Black - Dump
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 449544
VIN: 16V3D2823T2449544
Condition: New
Year: 2026
Manufacturer: Big Tex Trailers
Model: 25DU-20
Length: 20'
Width: 8.5'
Height: 4'
GVWR (lbs): 25,000
Weight (lbs): 8,700
Payload (lbs): 16,300
Features: Slide Out Ramps, Spare Mount, Stabilizer Jacks, Tongue Box

Other Recommendations

// Function to set a cookie on the Message Box function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`; } // Function to get a cookie function getCookie(name) { const cookies = document.cookie.split('; '); for (let cookie of cookies) { const [key, value] = cookie.split('='); if (key === name) return value; } return null; } // Check if the cookie exists and hide the message box if it does document.addEventListener('DOMContentLoaded', () => { const messageBox = document.querySelector('.message-box'); const closeButton = document.querySelector('.mb-close'); if (getCookie('hideMessageBox')) { messageBox.style.display = 'none'; } // Set a cookie when the close button is clicked and hide the message box closeButton.addEventListener('click', () => { setCookie('hideMessageBox', 'true', 7); // Cookie expires in 7 days messageBox.style.display = 'none'; }); });