X

7'x18' Big Tex Trailers Equipment 16EH-18

2026 Big Tex 7x18 Equipment Trailer 

16EH-18

Standard Feature       

Axles   

2 - 8,000# Premium, Cambered Axles with Oil Bath and Valcrum Caps

Brakes

Forward Self-Adjusting Electric Brakes on All Hubs

Suspension     

Multi-Leaf Slipper Spring w/ Equalizer

Coupler          

Adjustable 2-5/16” Demco EZ Latch

Safety Chains  

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

Jack    

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

Frame 

8" I-Beam

Cross-Members          

3" Channel on 16" Centers

Front Stop Rail

3/16" Fabricated Front Stop Rail

Floor   

Treated Pine Floor

Fenders           

9” x 72” 14 Ga. Diamond Plate Double Square Broke w/Back (Removable)

Ramps

36" Wide Mega Ramps (D3 Models Only)

Super-Wide Ramps (60" Tall x 30" Wide) w/ Blackwood Pro-Filled Dovetail

Dovetail          

40” Cleated Dovetail

Stake Pockets 

Stake Pockets Along Both Sides (Quantity Varies by Length)

Trailer Plug     

7-Way RV

Lights  

L.E.D. D.O.T. Stop, Tail, Turn & Clearance

Wiring

Sealed, Modular Cold-Weather Wiring Harness

Tires   

ST215/75 R-17.5 Load Range H

Bolt Pattern    

8-Lug

Spare Mount  

Spare Tire Compartment in Toolbox

Spare Tire       

Not Included

Paint Color     

Black

Rubrail

Rub Rail Along Both Sides

Tie-Downs      

(6) 5/8" D-Rings

Break-Away Kit           

Complete Breakaway System w/ Zip Breakaway Cable

Storage           

Lockable Toolbox Between Risers on Gooseneck Model

Mega-Sized Integrated Tongue Box with Lockable Lid (Bumper Pull Only)

Steps & Handles         

Convenient Side-Step to Access Deck

7'x18' Big Tex Trailers Equipment 16EH-18
Price: $11,628 On Sale! $11,399
Black - Equipment
Location
Watertown
N2047 Sawmill Rd
Watertown, WI 53098
(920) 390-2258
Get a Quote
Specs
Stock Number: 419077
VIN: 16V1C2422T2419077
Condition: New
Year: 2026
Manufacturer: Big Tex Trailers
Model: 16EH-18
Length: 18'
Width: 7'
Height:
GVWR (lbs): 17,600
Weight (lbs): 3,390
Payload (lbs): 14,210
Features: Maxx / Mega Ramps, 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'; }); });