This vendor page summarizes federal procurement activity for L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. across the last 10 years. Awards are concentrated in the Department of the Air Force, with all obligated dollars mapped to NAICS 541330, Engineering Services.
Federal Contractor
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. Federal Contract Obligations (Last 10 Years)
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6, UEI DK97RBJXMKF3) has 516 federal award actions totaling $2.13 billion over the last 10 years.
Annual obligations declined from $381.83 million in 2021 to $48.08 million in 2025, while award counts ranged from 34 to 88 in the period shown.
About L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. federal contract activity
Over the last 10 years, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6, UEI DK97RBJXMKF3) received 516 FPDS-recorded awards totaling $2.13 billion in obligations, for an average award value of $4.13 million. The contract base is highly concentrated, indicating sustained federal demand rather than broad agency diversification.
Agency mix and customer concentration
The procurement profile is overwhelmingly concentrated in the DEPT OF THE AIR FORCE, which accounts for 512 of 516 awards and the full $2.13 billion in obligated value. The only other recorded customer is the DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA), with four awards and no obligated value reported in the provided dataset.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 541330, Engineering Services, which captures the entire $2.13 billion and all 516 awards. This indicates a single-industry procurement pattern centered on engineering support work rather than a mixed portfolio of goods and services.
Annual contract trend over the analysis window
Annual obligations peaked in 2021 at $381.83 million across 88 awards and remained elevated in 2022 at $361.27 million before declining to $266.60 million in 2023. The pace moderated further in 2024 to $114.13 million, with 2025 totaling $48.08 million across 34 awards based on the current analysis window.
How to interpret this page
This summary is based on FPDS award records associated with CAGE 78JP6 and UEI DK97RBJXMKF3 over the last 10 years. Totals reflect obligated dollars and award counts provided in the dataset; agency, NAICS, and annual trend statements are limited to the supplied records and do not infer activity outside them.
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 = '78JP6'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 2,131,358,317.08 | 2.13 billion | 512 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 4 |
Insight
Over the last 10 years, obligations to L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6) are highly concentrated within the DEPT OF THE AIR FORCE, which accounts for $2.13 billion across 512 of 516 awards. DCMA recorded 4 awards but $0 obligated, indicating minimal dollar dispersion outside the Air Force relationship. This pattern suggests a narrowly concentrated agency base with essentially all obligated value tied to a single procuring agency.
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 = '78JP6'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 2,131,358,317.08 | 2.13 billion | 516 |
Insight
Over the last 10 years, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. shows complete NAICS concentration in 541330, Engineering Services. All 516 awards and the full $2.13 billion obligated were captured under this single NAICS, indicating a highly focused procurement profile with no observable NAICS diversification in the provided data. The average award value of $4.13 million suggests repeated mid-sized engineering services obligations rather than a broad mix of small awards across multiple categories.
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 = '78JP6'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 48,076,360.51 | 48.08 million | 34 |
| 2024 | 114,126,914.15 | 114.13 million | 60 |
| 2023 | 266,602,839.88 | 266.60 million | 87 |
| 2022 | 361,270,396.55 | 361.27 million | 66 |
| 2021 | 381,831,125.12 | 381.83 million | 88 |
| 2020 | 451,420,441.24 | 451.42 million | 98 |
| 2019 | 422,412,625.61 | 422.41 million | 73 |
| 2018 | 85,617,614.02 | 85.62 million | 10 |
Insight
Over the last 10 years, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6) received $2.13 billion across 516 awards, averaging $4.13 million per award. Obligations were concentrated in 2019–2022, with annual totals ranging from $361.27 million to $451.42 million and award counts from 66 to 98, indicating a sustained peak period. Funding then declined in 2023–2025, falling from $266.60 million in 2023 to $48.08 million in 2025, with award volume also decreasing from 87 to 34.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.