Federal Contractor

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

LEIDOS, INC. (CAGE 5UTE0, UEI KTMAJCY6JXM3) received 11,095 federal award actions worth $7.82 billion over the last 10 years.

LEIDOS, INC. has a broad federal procurement profile, with most obligations flowing through the Department of the Army, Department of the Air Force, and Department of the Navy. Its largest NAICS categories are research and development in the physical, engineering, and life sciences, along with search and detection systems, custom computer programming, and engineering services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect award actions in the last 10 years and are based on obligated amounts across FPDS records.

CAGE Code
5UTE0
UEI
KTMAJCY6JXM3
Total Obligated
7.82 billion
7,822,271,560.22
Award Actions
11,095
Average Action Value
705,026.72

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE0, UEI KTMAJCY6JXM3) recorded $7.82 billion in obligated federal awards across 11,095 actions over the last 10 years, with an average award value of $705,026.72. The volume and dollar value indicate a large, sustained federal portfolio rather than a narrow or episodic procurement relationship.

Agency mix and customer concentration

Obligations are concentrated in the Department of the Army, Department of the Air Force, and Department of the Navy, which together account for the majority of recorded dollars and actions. Smaller but material activity appears at the National Institutes of Health and U.S. Special Operations Command, showing reach beyond the core defense customer base.

Industry profile based on NAICS activity

The vendor's award profile is led by R&D in physical, engineering, and life sciences under NAICS 541715 and 541712, followed by specialized systems manufacturing, custom computer programming, and engineering services. This mix suggests a technical contractor operating across research, software, systems, and engineering support functions, with R&D categories representing the largest share of obligations.

Annual contract trend over the analysis window

Recent annual obligations have remained above $650 million per year, peaking in the provided series at $891.67 million in 2021 before moderating through 2025. Award counts also remain high, ranging from 856 to 1,246 in the last five reported years, indicating sustained transaction activity even as annual dollars fluctuate.

How to interpret this page

This summary is based on FPDS obligation and award-count data for the last 10 years and reflects only the records associated with CAGE 5UTE0 and UEI KTMAJCY6JXM3. Agency, NAICS, and annual trend statements are derived from the top entities and periods in the provided dataset; no additional sources or estimates were used.

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 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
2100 DEPT OF THE ARMY 3,131,481,604.63 3.13 billion 3,183
5700 DEPT OF THE AIR FORCE 2,094,731,020.54 2.09 billion 4,036
1700 DEPT OF THE NAVY 1,309,579,733.39 1.31 billion 2,039
7529 NATIONAL INSTITUTES OF HEALTH 265,772,421.92 265.77 million 75
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 229,841,250.45 229.84 million 187
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 162,664,934.54 162.66 million 204
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 151,011,355.09 151.01 million 90
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 105,971,257.02 105.97 million 158
7013 TRANSPORTATION SECURITY ADMINISTRATION 99,430,964.53 99.43 million 158
6925 FEDERAL HIGHWAY ADMINISTRATION 62,354,610.97 62.35 million 549

Insight

Over the last 10 years, LEIDOS, INC. received $7.82 billion across 11,095 awards, with obligations concentrated in three Defense agencies. The Department of the Army is the largest customer at $3.13 billion and 3,183 awards, followed by the Department of the Air Force at $2.09 billion and the Department of the Navy at $1.31 billion. Non-DoD agencies account for a much smaller share of obligations, with NIH, USSOCOM, DTRA, DISA, DARPA, TSA, and FHWA each contributing less than $266 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 = '5UTE0'
        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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,158,223,557.50 2.16 billion 2,498
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,417,100,304.15 1.42 billion 2,849
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 915,496,159.97 915.50 million 668
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 849,180,772.52 849.18 million 658
541330 ENGINEERING SERVICES 595,979,675.69 595.98 million 1,130
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 508,668,070.71 508.67 million 167
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 219,694,751.56 219.69 million 173
541512 COMPUTER SYSTEMS DESIGN SERVICES 174,737,505.46 174.74 million 311
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 172,697,859.69 172.70 million 865
561210 FACILITIES SUPPORT SERVICES 151,378,787.05 151.38 million 113

Insight

Over the last 10 years, LEIDOS, INC. shows strong concentration in R&D and technical services NAICS, led by 541715 at $2.16 billion across 2,498 awards and 541712 at $1.42 billion across 2,849 awards. These two codes together account for a substantial share of the vendor’s $7.82 billion in obligated dollars, indicating a portfolio centered on physical/engineering/life sciences research activities. The remaining top NAICS are more distributed across defense-related manufacturing, IT, engineering, transportation support, and facilities support, with no single non-R&D code approaching the top two in obligation volume.

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 10 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
2020 989,063,964.74 989.06 million 1,420
2019 1,062,428,336.36 1.06 billion 1,357
2018 1,092,887,346.80 1.09 billion 1,490
2017 795,182,357.57 795.18 million 1,396
2016 100,858,525.56 100.86 million 158

Insight

Over the last 10 years, LEIDOS, INC. (CAGE 5UTE0) received $7.82 billion across 11,095 awards, with an average award value of $705,027. Obligations were concentrated in the 2018–2021 period, peaking at $1.09 billion in 2018 and remaining near or above $989 million through 2020 before declining. Recent years show a lower but still substantial level of activity, with obligations of $795.50 million in 2023, $720.90 million in 2024, and $657.56 million in 2025, while award counts also eased from 1,490 in 2018 to 856 in 2025.

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.