Federal Contractor

L-3 COMMUNICATIONS VERTEX AEROSPACE LLC Federal Contract Obligations (Last Year)

L-3 COMMUNICATIONS VERTEX AEROSPACE LLC recorded 1.59 billion in federal obligations across 681 award actions in the last full year.

During the last full year, L-3 COMMUNICATIONS VERTEX AEROSPACE LLC (CAGE 1P066, UEI NVC1EFKKYB93) received 1.59 billion in obligated federal awards across 681 actions, for an average action value of 2.34 million. Activity was concentrated with the Department of the Navy and DCMA, and the largest obligations aligned with air transportation support and engineering services.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and are based on obligated amounts, award counts, top agencies, and top NAICS code groupings provided.

CAGE Code
1P066
UEI
NVC1EFKKYB93
Total Obligated
1.59 billion
1,594,230,882.85
Award Actions
681
Average Action Value
2,341,014.51

About L-3 COMMUNICATIONS VERTEX AEROSPACE LLC federal contract activity

L-3 COMMUNICATIONS VERTEX AEROSPACE LLC recorded $1.59 billion in obligated awards across 681 actions in the last full year, for an average award value of $2.34 million. The company’s federal business is concentrated in a relatively small number of high-dollar actions, indicating a mix of recurring support work and larger contract vehicles. The vendor is identified in FPDS under CAGE 1P066 and UEI NVC1EFKKYB93.

Agency mix and customer concentration

The Department of the Navy was the largest obligating agency at $478.39 million across 304 awards, followed closely by DCMA at $470.67 million across 167 awards. Federal Acquisition Service also represented a major share at $371.84 million, while the Department of the Air Force and Department of the Army contributed smaller but still material volumes. This distribution suggests a defense-heavy customer base with concentration in naval and contract administration channels.

Industry profile based on NAICS activity

NAICS 488190, Other Support Activities for Air Transportation, dominated the vendor’s activity at $979.56 million across 419 awards, accounting for the majority of obligated dollars. Engineering Services under NAICS 541330 was the second-largest category at $480.81 million across 81 awards, indicating a substantial technical and engineering support footprint. Smaller but relevant activity appeared in 541990, 336411, and 541690, showing a broader mix of professional, technical, and aircraft-related work.

Annual contract trend over the analysis window

The annual trend contains one full-year datapoint for 2025, with $1.59 billion obligated across 681 awards. Because only one year is available, this window supports a level-of-activity assessment rather than a year-over-year trend analysis. The available data indicate strong and sustained procurement volume in the analysis period.

How to interpret this page

This summary is based on FPDS award records for the vendor matched to CAGE 1P066 and UEI NVC1EFKKYB93 over the last full year. Totals are drawn from obligated amounts and award counts aggregated by agency, NAICS, and annual period. Results reflect reported FPDS data and should be interpreted as procurement activity captured in the selected analysis window.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1P066'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
1700 DEPT OF THE NAVY 478,385,546.37 478.39 million 304
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 470,668,532.75 470.67 million 167
4732 FEDERAL ACQUISITION SERVICE 371,844,183.00 371.84 million 16
5700 DEPT OF THE AIR FORCE 106,873,577.91 106.87 million 70
2100 DEPT OF THE ARMY 80,239,121.86 80.24 million 31
1524 DRUG ENFORCEMENT ADMINISTRATION 33,048,183.29 33.05 million 15
7013 TRANSPORTATION SECURITY ADMINISTRATION 28,726,709.67 28.73 million 37
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 10,720,571.21 10.72 million 19
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 6,961,187.28 6.96 million 6
1549 FEDERAL BUREAU OF INVESTIGATION 6,762,769.51 6.76 million 15

Insight

L-3 COMMUNICATIONS VERTEX AEROSPACE LLC obligated 1.59 billion across 681 awards in the last full year, with spending concentrated in a small set of federal buyers. The Department of the Navy and DCMA together accounted for 949.05 million, or about 60% of total obligations, indicating strong concentration in defense-related activity. The Federal Acquisition Service was the third-largest funding source at 371.84 million but only 16 awards, suggesting a smaller number of higher-value transactions relative to the Navy and DCMA. Remaining agencies were materially smaller, each contributing less than 107 million.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1P066'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 979,555,019.97 979.56 million 419
541330 ENGINEERING SERVICES 480,807,014.53 480.81 million 81
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 55,820,086.63 55.82 million 137
336411 AIRCRAFT MANUFACTURING 55,324,776.99 55.32 million 20
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 20,914,115.00 20.91 million 7
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,902,126.37 1.90 million 8
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 3,000.00 3.00 thousand 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 500.00 500.00 2
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING -1,000.00 -1.00 thousand 2
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING -94,756.64 -94.76 thousand 2

Insight

Over the last full year, obligations for L-3 COMMUNICATIONS VERTEX AEROSPACE LLC were highly concentrated in two NAICS codes: 488190 accounted for $979.56 million across 419 awards and 541330 accounted for $480.81 million across 81 awards, or roughly 92% of total obligated dollars. The remaining obligations were distributed across smaller professional, technical, and manufacturing codes, each representing a much smaller share of spend. Award volume was broader than dollar concentration, with 681 awards overall and an average award value of $2.34 million, indicating many lower-dollar actions outside the top two NAICS.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1P066'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,594,230,882.85 1.59 billion 681

Insight

During the last full year, L-3 COMMUNICATIONS VERTEX AEROSPACE LLC (CAGE 1P066) received $1.59 billion in obligated funding across 681 awards, for an average award value of about $2.34 million. With only one annual data point in the 1-year window, a year-over-year trend cannot be assessed from this view alone. The volume of awards alongside the aggregate obligation indicates a comparatively distributed award base rather than reliance on a small number of large obligations.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.