X

7'x14' Big Tex Trailers Dump 16GX-14 2'

2022 Big Tex 7x14 Gooseneck Dump with 2' Sides 

The 16GX Super Duty Tandem Axle Gooseneck Dump takes strength and durability to the next level. A heavy-weight hauler featuring a robust and long-lasting structure and frame, it’s built for heavy-duty hauling with 12,220 lbs of load capacity. And all that strength is matched together with a user-friendly experience; the 16GX is packed with a feature-rich dump box that makes loading, securing, and unloading easier than ever before. For professionals working in challenging working conditions, it’s a match made in heaven—a tough trailer made for tough jobs.

Axles

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

Brakes

Forward Self-Adjusting Electric Brakes on Both Axles

Suspension

Multi-Leaf Slipper Spring w/ Equalizer

Tongue

10" I-Beam Neck

Coupler

Round Adjustable Pin 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

8" I-Beam (10#)

Cross-Members

3" Channel on 16" Centers

Floor

7 Gauge Smooth Steel

Fenders

9" x 72" 14 Ga. Diamond Plate Double Broke

Ramps

Slide In Ramp Package

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

ST215/75 R-17.5 Load Range H Radial Tires

Bolt Pattern

8-Lug

Wheels

Black Mod Steel

Spare Mount

Side Spare Tire Mount

Spare Tire

Not Included

Paint Type

Professional Finish w/ Primer Standard

Paint Color

Black

Tie-Downs

(4) 1/2" D-Rings Inside Bed

Break-Away Kit

Complete Breakaway System w/ Zip Breakaway Cable

Battery

12V Deep Cycle

Charger

5A 110V on Board Battery Charger

Gate

Rear Combo Gate (Barn Doors & Spreader Gate)

J-Hooks

Along sides and rear for Cargo Control

Ram

Self-Contained Scissor

Sides

24" Tall (10 Ga) with formed Channel Supports

Stabilizers

Rear Stabilizer Stands

Steps

Convenient Side-Step to Access Top Rail

Storage

Lockable Pump and Battery Box mounted between front Jacks

Tarp

Fully-Formed Tarp Shroud with Tarp & Rear Tarp Rod Holders

Top Rail

3"x 2" Rectangular Tubing

Steps & Handles

Convenient Side-Step to Access Top Rail

7'x14' Big Tex Trailers Dump 16GX-14 2'
Price: $19,230 On Sale! $10,999
Black - Dump
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 182388
VIN: 16V3D2222N5182388
Condition: New
Year: 2022
Manufacturer: Big Tex Trailers
Model: 16GX-14
Length: 14'
Width: 7'
Height: 2'
GVWR (lbs): 17,500
Weight (lbs): 4,650
Payload (lbs): 12,850
Features:

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'; }); });