L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. recorded 335 award actions totaling $1,171,907,636.21 in the last 5 years, with all obligations classified under NAICS 541330, Engineering Services. The Department of the Air Force accounted for nearly all obligations, while DCMA appears only in four zero-obligation actions.
Federal Contractor
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. Federal Contract Obligations (Last 5 Years)
Federal procurement profile for L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6, UEI DK97RBJXMKF3) covering obligations, awards, agencies, and NAICS activity over the last 5 years.
Totals reflect FPDS award-action data for the last 5 years and are shown as reported in the source records.
About L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. federal contract activity
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. recorded $1.17 billion in obligated awards across 335 actions over the last 5 years, with an average award value of $3.50 million. The vendor’s federal activity is concentrated in a relatively small set of awards, indicating a programmatic rather than transaction-heavy contracting profile.
Agency mix and customer concentration
The Department of the Air Force accounts for essentially all observed obligation volume, with $1.17 billion across 331 awards. The Defense Contract Management Agency appears in the award count with 4 actions but no obligated dollars, suggesting administrative or oversight-related activity rather than funded procurement.
Industry profile based on NAICS activity
All observed obligations fall under NAICS 541330, Engineering Services, which also accounts for all 335 awards. This indicates a highly concentrated service profile and no meaningful NAICS diversification in the analysis window.
Annual contract trend over the analysis window
Obligations peaked in 2021 at $381.83 million, then declined in 2022 to $361.27 million and again in 2023 to $266.60 million. Activity continued lower in 2024 at $114.13 million and 2025 at $48.08 million, indicating a sustained downtrend in annual obligated value across the period.
How to interpret this page
This summary is based on FPDS records associated with CAGE code 78JP6 and UEI DK97RBJXMKF3 over the last 5 years. Obligation totals, award counts, agency mix, NAICS mix, and annual trend reflect only the data provided in the analysis window and do not infer performance, contract type, or scope beyond those records.
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 5 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 | 1,171,907,636.21 | 1.17 billion | 331 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 4 |
Insight
Over the last 5 years, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. has been highly concentrated within the Department of the Air Force, which accounts for $1.17 billion of the vendor’s $1.17 billion in total obligations and 331 of 335 awards. DCMA appears only as a minimal administrative or oversight-related customer, with 4 awards and no obligated dollars. This pattern indicates a strong reliance on a single agency relationship, with limited interagency distribution.
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 5 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 | 1,171,907,636.21 | 1.17 billion | 335 |
Insight
Over the last 5 years, L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6) shows complete NAICS concentration in 541330, Engineering Services. The firm received $1.17 billion across 335 awards in this category, with an average award value of about $3.50 million. This indicates that all observed obligations were concentrated in a single professional services NAICS, with no diversification across other NAICS codes in the provided period.
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 5 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 |
Insight
Over the last 5 years, obligations for L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. (CAGE 78JP6) totaled $1.17 billion across 335 awards, with an average award value of $3.50 million. Funding is concentrated in the earlier part of the period, peaking in 2021 at $381.83 million and remaining elevated in 2022 at $361.27 million before declining in 2023, 2024, and 2025. Award volume also falls after 2023, indicating a reduction in both obligated dollars and transaction activity in the most recent years.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.