Federal Contractor

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

Federal procurement profile for LEIDOS, INC. (CAGE 5UTE1, UEI UE9QJD4KK1L6) covering the last 10 years of FPDS obligations and award activity.

LEIDOS, INC. recorded 37,007 award actions and 16.13 billion in obligated dollars over the last 10 years, with an average action value of 435,938.13. Most obligations were concentrated at the Department of the Navy, DHA, and DISA, and the largest NAICS category was Computer Systems Design Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS analysis-window figures and may differ slightly from exact values because of rounding.

CAGE Code
5UTE1
UEI
UE9QJD4KK1L6
Total Obligated
16.13 billion
16,132,762,670.20
Award Actions
37,007
Average Action Value
435,938.13

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE1, UEI UE9QJD4KK1L6) recorded 37,007 FPDS awards totaling 16.13 billion over the last 10 years, with an average award value of 435,938.13. The award profile indicates a large, sustained federal contracting footprint rather than a narrow, episodic relationship set. Activity is concentrated in mission-support and IT-heavy work across multiple civilian and defense buyers.

Agency mix and customer concentration

The Department of the Navy is the dominant customer at 5.21 billion across 33,348 awards, accounting for the clear majority of transaction volume. The next largest buyers are the Defense Health Agency at 3.54 billion and DISA at 2.84 billion, showing strong concentration in defense IT, health systems, and enterprise support. TSA and FAA add a meaningful civilian aviation/security component, but the overall mix remains heavily defense-oriented.

Industry profile based on NAICS activity

The portfolio is led by NAICS 541512, Computer Systems Design Services, at 8.58 billion and 33,368 awards, which defines the core of the vendor’s federal work. NAICS 541513 and 811219 follow at 3.07 billion and 1.29 billion, indicating substantial operations and sustainment activity in addition to systems design. Engineering services and computing infrastructure/data processing services round out the top five, reinforcing a technology integration and lifecycle support profile.

Annual contract trend over the analysis window

Annual obligations remain elevated and relatively stable, ranging from 2.11 billion in 2021 to 3.00 billion in 2024, with 2025 already at 2.75 billion. Award counts increased sharply in 2024 and remained high in 2025, suggesting continued reliance on many smaller transactions alongside larger task orders. The pattern points to sustained demand rather than a single-year spike.

How to interpret this page

This summary is based on FPDS-observed prime award data for the last 10 years using the provided CAGE code, UEI, obligations, award counts, agency totals, NAICS totals, and annual trend values. Totals reflect obligated dollars in the analysis window and should be interpreted as procurement activity captured in the dataset, not total corporate revenue. Agency and NAICS groupings are ranked by obligated value.

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 = '5UTE1'
        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
1700 DEPT OF THE NAVY 5,205,452,823.34 5.21 billion 33,348
97DH DEFENSE HEALTH AGENCY (DHA) 3,541,244,574.96 3.54 billion 518
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 2,838,955,488.56 2.84 billion 1,077
7013 TRANSPORTATION SECURITY ADMINISTRATION 1,762,296,038.01 1.76 billion 171
6920 FEDERAL AVIATION ADMINISTRATION 924,055,877.40 924.06 million 119
2100 DEPT OF THE ARMY 649,992,429.81 649.99 million 750
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 388,716,552.49 388.72 million 428
5700 DEPT OF THE AIR FORCE 221,905,003.65 221.91 million 121
7529 NATIONAL INSTITUTES OF HEALTH 217,215,447.48 217.22 million 71
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 79,684,750.97 79.68 million 56

Insight

Over the last 10 years, LEIDOS, INC. has received 16.13 billion across 37,007 awards, with obligations heavily concentrated in the DEPT OF THE NAVY at 5.21 billion and 33,348 awards, indicating a high-volume, long-running relationship. The next largest agencies—DEFENSE HEALTH AGENCY, DEFENSE INFORMATION SYSTEMS AGENCY, and TRANSPORTATION SECURITY ADMINISTRATION—account for substantial but much smaller shares of total obligations, showing that spend is diversified beyond the Navy but still concentrated in a limited set of defense and security customers. Award activity is especially dense with the Navy, while other top agencies contribute materially fewer awards at higher average values, suggesting a mix of recurring tasking and larger-value procurement relationships.

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 = '5UTE1'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 8,582,741,719.31 8.58 billion 33,368
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 3,069,508,078.61 3.07 billion 1,167
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 1,294,318,522.23 1.29 billion 122
541330 ENGINEERING SERVICES 870,489,860.76 870.49 million 766
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 789,934,340.10 789.93 million 62
334111 ELECTRONIC COMPUTER MANUFACTURING 507,325,038.40 507.33 million 482
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 352,240,934.17 352.24 million 408
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 195,903,515.26 195.90 million 23
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 134,121,537.30 134.12 million 57
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 79,716,571.01 79.72 million 65

Insight

Over the last 10 years, LEIDOS, INC. (CAGE 5UTE1) received $16.13 billion across 37,007 awards, with obligations heavily concentrated in NAICS 541512, Computer Systems Design Services, at $8.58 billion and 33,368 awards. NAICS 541513, Computer Facilities Management Services, is the next largest category at $3.07 billion, while the remaining top NAICS are materially smaller, indicating a strong concentration in IT and related support activities. Secondary activity spans equipment repair and maintenance, engineering, computing infrastructure, manufacturing, R&D, and training, but these categories represent a much smaller share of total obligations than the two leading IT services codes.

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 = '5UTE1'
        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 2,747,011,021.32 2.75 billion 12,598
2024 3,002,352,596.08 3.00 billion 14,686
2023 2,749,410,695.30 2.75 billion 6,950
2022 2,678,016,990.32 2.68 billion 1,213
2021 2,109,402,707.15 2.11 billion 778
2020 1,278,580,629.05 1.28 billion 347
2019 580,423,210.99 580.42 million 144
2018 715,205,098.46 715.21 million 136
2017 165,728,560.55 165.73 million 137
2016 106,631,160.98 106.63 million 18

Insight

LEIDOS, INC. (CAGE 5UTE1) obligated $16.13 billion across 37,007 awards over the last 10 years, with an average award value of $435,938. Obligations are heavily concentrated in the most recent five years, including annual totals between $2.11 billion and $3.00 billion from 2021 through 2025, compared with sub-$1 billion levels in 2016 through 2019. Award counts also expanded materially over time, peaking at 14,686 in 2024 and remaining elevated at 12,598 in 2025, indicating a much broader award distribution in 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.