Federal Contractor

LEIDOS, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for LEIDOS, INC. (CAGE 5UTE0, UEI KTMAJCY6JXM3) covering the last 5 years of FPDS award activity.

LEIDOS, INC. recorded $3.78 billion in obligated awards across 5,274 actions over the last 5 years, with an average action value of $717,074.52. Most obligations came from the Department of the Army and Department of the Air Force, while the largest NAICS category was 541715 research and development services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $657.56 million in 2025 to $891.67 million in 2021, and the five-year total reflects readable and exact obligated values from FPDS data.

CAGE Code
5UTE0
UEI
KTMAJCY6JXM3
Total Obligated
3.78 billion
3,781,851,029.19
Award Actions
5,274
Average Action Value
717,074.52

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE0, UEI KTMAJCY6JXM3) received 5,274 awards totaling $3.78 billion over the last 5 years, with an average award value of $717,074.52. The award profile is high-volume and mid- to large-scale, indicating sustained federal spending across multiple contracting channels.

Agency mix and customer concentration

Obligations are concentrated in defense agencies, led by the Department of the Army at $1.49 billion across 1,488 awards and the Department of the Air Force at $1.34 billion across 2,255 awards. The Department of the Navy adds another $645.35 million across 983 awards, while NIH and DARPA contribute smaller but material portions of the portfolio. This mix indicates a strong core defense customer base with limited but notable civilian and research activity.

Industry profile based on NAICS activity

The largest NAICS category is 541715, accounting for $1.93 billion across 2,139 awards, which anchors the portfolio in research and development in the physical, engineering, and life sciences. Additional concentration appears in 334511, 541712, 541511, and 541330, showing a blend of systems manufacturing, R&D, custom software, and engineering services. Overall, the NAICS pattern reflects technically complex work spanning R&D, defense systems, and specialized engineering support.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $891.67 million across 1,246 awards and then remained elevated through 2023 before declining in 2024 and 2025. The most recent year, 2025, shows $657.56 million across 856 awards, below the prior four-year average but still substantial. The trend suggests sustained activity with some moderation in both dollars and award count in the latest period.

How to interpret this page

This summary is based on FPDS award records for the last 5 years and aggregates obligations, award counts, agency recipients, and NAICS classifications associated with LEIDOS, INC. Totals reflect reported obligated amounts in the selected analysis window and are not adjusted for inflation. Agency and NAICS narratives describe concentration and mix using only the provided roll-up data.

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 = '5UTE0'
        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
2100 DEPT OF THE ARMY 1,492,090,538.85 1.49 billion 1,488
5700 DEPT OF THE AIR FORCE 1,342,246,454.98 1.34 billion 2,255
1700 DEPT OF THE NAVY 645,346,697.36 645.35 million 983
7529 NATIONAL INSTITUTES OF HEALTH 132,784,550.49 132.78 million 26
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 56,808,603.02 56.81 million 83
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 55,730,114.07 55.73 million 23
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 32,146,888.74 32.15 million 27
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 17,450,623.55 17.45 million 8
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 9,968,608.68 9.97 million 21
7013 TRANSPORTATION SECURITY ADMINISTRATION 3,499,577.35 3.50 million 39

Insight

Over the last 5 years, LEIDOS, INC. received 3.78 billion across 5,274 awards, with obligations concentrated in the Department of Defense. The Department of the Army, Department of the Air Force, and Department of the Navy accounted for 3.48 billion combined, or about 92% of total obligations, indicating a strong concentration in these three agencies. Outside DoD, obligations are materially lower and more dispersed, with the National Institutes of Health the largest non-DoD agency at 132.78 million across 26 awards.

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 = '5UTE0'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,927,216,134.14 1.93 billion 2,139
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 419,387,152.41 419.39 million 386
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 410,292,683.97 410.29 million 666
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 384,365,751.61 384.37 million 242
541330 ENGINEERING SERVICES 140,078,951.13 140.08 million 312
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 93,510,892.46 93.51 million 529
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 84,646,888.54 84.65 million 92
561210 FACILITIES SUPPORT SERVICES 74,689,693.80 74.69 million 53
336611 SHIP BUILDING AND REPAIRING 64,161,054.59 64.16 million 63
334210 TELEPHONE APPARATUS MANUFACTURING 47,515,010.97 47.52 million 116

Insight

Over the last 5 years, LEIDOS, INC. received $3.78 billion across 5,274 awards, with obligations concentrated in R&D and technical services. NAICS 541715 accounts for $1.93 billion and 2,139 awards, or about half of total obligated value, indicating a strong reliance on physical, engineering, and life sciences R&D work. The next four NAICS codes—334511, 541712, 541511, and 541330—add another $1.35 billion, showing a diversified but still technology-centric mix across systems manufacturing, R&D, software, and engineering services.

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 = '5UTE0'
        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 657,556,940.49 657.56 million 856
2024 720,895,653.32 720.90 million 1,029
2023 795,503,335.75 795.50 million 1,033
2022 716,226,390.76 716.23 million 1,110
2021 891,668,708.87 891.67 million 1,246

Insight

Over the last 5 years, LEIDOS, INC. (CAGE 5UTE0) obligated $3.78 billion across 5,274 awards, averaging about $717.1K per award. Annual obligation peaked in 2021 at $891.67 million and then declined to $716.23 million in 2022 and $795.50 million in 2023, before easing further to $720.90 million in 2024 and $657.56 million in 2025. Award counts also trended downward from 1,246 in 2021 to 856 in 2025, indicating reduced volume alongside lower annual obligation.

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.