X

7'x22' Big Tex Trailers Equipment/Tilt 14TL-22

2026 Big Tex 7x22 Equipment Tilt Trailer (7x6+16)

14TL-22


Standard Feature

Axles
2 - 7,000# Premium, 4" Drop-Axles with Quick-Lubricating Hubs
Brakes

Forward Self-Adjusting Electric Brakes on Both Axles

Suspension

Multi-Leaf Slipper Spring w/ Equalizer

Tongue

6” Channel Fold Back/Wrap Tongue

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

6" Channel

Cross-Members

3" Channel on 16" Centers

Front Stop Rail

3/16" Fabricated Front Stop Rail (Bumper Pull Only)

Floor

Treated Pine Floor

Fenders

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

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

Bolt Pattern

8-Bolt

Wheels

Black Mod

Spare Mount

Front Spare Tire Mount

Spare Tire

Not Included

Paint Type

Professional Finish w/ Primer Standard

Paint Color

Black

Tilt Deck Dimensions

16'x75" Wide (83" Between Fenders) with 1/4" Diamond plate Knife Edge

Tilt Deck Operation

Hydraulic Dampening with Valve Control and Single Side, EZ Pedal Locking Mechanism

Stationary Deck Area

4' x 83" (20' Models)

6'x 83" (22' Models)

Rubrail

Rub Rail Along Both Sides

Tie-Downs

(6) 5/8" D-Rings

Break-Away Kit

Complete Breakaway System w/ Zip™ Breakaway Cable and Charger

Tilt Deck Angle

12°

7'x22' Big Tex Trailers Equipment/Tilt 14TL-22
Price: $9,810 On Sale! $9,399
Black - Equipment/Tilt/Car Racing
Location
Watertown
N2047 Sawmill Rd
Watertown, WI 53098
(920) 390-2258
Get a Quote
Specs
Stock Number: 445536
VIN: 16V1C2721T2445536
Condition: New
Year: 2026
Manufacturer: Big Tex Trailers
Model: 14TL-22
Length: 22'
Width: 7'
Height:
GVWR (lbs): 14,000
Weight (lbs): 3,660
Payload (lbs): 10,340
Features: Spare Mount

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