X

7'x14' Big Tex Trailers Dump 16LP-14

2025 Big Tex 7x14 Dump Trailer with 2' sides

 SUPER DUTY ULTRA LOW PROFILE DUMP

This super duty 16LP model combines durable construction and premium features with a user-friendly, ultra-low profile for easy loading and transporting.

 SPECS

AXLE (2) 8,000# Oil-Bath w/ Elec. Brakes

JACK 12,000# Side Wind Drop Leg

TIRES T215/75 R-17.5 Load Range E

FLOOR 7 Gauge Smooth Steel

WHEEL 17.5" x 6.75"; Black Mod 8 Bolt

FINISH Superior Quality Finish is Applied for a Highly Decorative and Protective Finish.

LIGHTS L.E.D. D.O.T. Stop, Tail, Turn and Clearance

TONGUE Integral with Frame (8" I-Beam, 10#)

COUPLER Adjustable 2-5/16" 18,000# Demco EZ Latch

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

G.V.W.R. 17,500#

ELEC. PLUG 7-Way RV

HITCH TYPE Bumper Pull

MAIN FRAME 8" I-Beam, 10#

SUSPENSION Multi-Leaf Spring w/Equalizer

BED TOP RAIL 2" x 2" Square Tubing

FINISH (Prep) Steel is Cleaned to Ensure a Professional Smooth Finish.

SAFETY CHAINS 3/8" Grd. 70 w/Safety Latch Hook (2 each)

DUMP BODY SIDES 24" Tall Sides (10 Gauge)

G.A.W.R. (Ea. Axle) 8,000#

DUMP BODY CROSSMEMBERS 3" Channel, 16" Centers

null
7'x14' Big Tex Trailers Dump 16LP-14
Price: $14,360 On Sale! $13,399
Black - Dump
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 394710
VIN: 16V1D1927S5394710
Condition: New
Year: 2025
Manufacturer: Big Tex Trailers
Model: 16LP-14
Length: 14'
Width: 7'
Height:
GVWR (lbs): 17,500
Weight (lbs): 4,500
Payload (lbs): 13,000
Features: Slide Out Ramps, Spare Mount, Spare Tire, 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'; }); });