Home Services Gallery Pricing About Contact AeroIntel

Build Your Garmin Package

Select your Garmin avionics to get an instant installed-price estimate. Prices include equipment, installation labor, and FAA return-to-service.

Equipment $0
+
Labor $0
=
Est. Installed $0

Navigator / GPS

Primary IFR-capable navigator with GPS, nav, comm

Flight Display

Primary flight display / MFD / EFI replacement

Autopilot

Digital autopilot with GPS steering & coupled approaches

Transponder / ADS-B

Mode S transponder with ADS-B Out (required) and optional In

Audio Panel

Intercom, comm switching, Bluetooth, USB charging

Engine Monitor

CHT, EGT, oil, fuel flow — full engine instrumentation

Comm Radio

Additional comm/nav radio (Comm 2)

Note: These are ballpark estimates for standard installations. Prices reflect our 2026 Garmin pricing including parts, labor, and standard certification. Actual cost may vary based on your specific aircraft's wiring, panel condition, and STC requirements. Contact us for a guaranteed quote.

Pricing FAQ

Our installed prices include the equipment, all mounting hardware, wiring, connectors, antennas (where applicable), installation labor, ground and flight testing, and FAA return-to-service signoff by our certified repair station (CRS #1VWR276D).

Every aircraft has different panel space, wiring harness configurations, existing equipment, and STC requirements. A Garmin GFC 500 in a Cessna 172 is a different job than in a Mooney M20. We provide exact quotes after evaluating your specific aircraft.

We're an authorized Garmin dealer and specialize in their ecosystem because it offers the best reliability, integration, support, and resale value in general aviation. Focusing on one platform allows our technicians to be true experts in every installation.

Simple swaps (transponder, audio panel) take 1–3 days. Navigator installs typically take 3–5 days. Full glass cockpit conversions can take 2–6 weeks depending on scope and panel modifications. We provide a detailed timeline with every quote.

We can work with you on phased upgrade plans that spread the investment over time. We also accept major credit cards and can provide documentation for aircraft loans. Contact us to discuss options.

Get a Precise Quote for Your Aircraft

This estimator gives you a starting point. For exact pricing tailored to your aircraft, send us your N-number and we'll put together a detailed proposal.

Request a Free Quote
` ).join('') + `
Estimated Total
${formatCurrency(parts)} + ${formatCurrency(labor)} ${formatCurrency(parts + labor)}
`; } else { summaryEl.style.display = 'none'; } // Animate totals bar document.getElementById('estimatorTotals').classList.toggle('has-values', selections.length > 0); } selects.forEach(sel => sel.addEventListener('change', recalculate)); function downloadEstimate() { let text = 'AVIONICS WORKS — PACKAGE ESTIMATE\n'; text += 'FAA CRS #1VWR276D\n'; text += '2974 Curtis King Blvd, Fort Pierce, FL 34946\n'; text += '(772) 444-0012 | support@avionicsworks.com\n'; text += '='.repeat(50) + '\n\n'; text += 'Date: ' + new Date().toLocaleDateString() + '\n\n'; let parts = 0, labor = 0; selects.forEach(sel => { const opt = sel.options[sel.selectedIndex]; if (sel.value && opt) { const slot = sel.closest('.estimator-card').querySelector('.estimator-card-title').textContent; const p = parseInt(opt.dataset.parts) || 0; const l = parseInt(opt.dataset.labor) || 0; parts += p; labor += l; text += `${slot}: ${opt.textContent.split('—')[0].trim()}\n`; text += ` Equipment: ${formatCurrency(p)} | Labor: ${formatCurrency(l)} | Subtotal: ${formatCurrency(p + l)}\n\n`; } }); text += '-'.repeat(50) + '\n'; text += `EQUIPMENT TOTAL: ${formatCurrency(parts)}\n`; text += `LABOR TOTAL: ${formatCurrency(labor)}\n`; text += `INSTALLED TOTAL: ${formatCurrency(parts + labor)}\n\n`; text += 'NOTE: This is a ballpark estimate for planning purposes.\n'; text += 'Actual pricing may vary based on aircraft type and installation complexity.\n'; text += 'Contact us for a precise quote: support@avionicsworks.com\n'; const blob = new Blob([text], { type: 'text/plain' }); const link = document.createElement('a'); link.href = URL.createObjectURL(blob); link.download = 'avionics-works-estimate.txt'; link.click(); } Avionics Works