Federal Contractor

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

LEIDOS, INC. procurement profile for CAGE 5UTE1 and UEI UE9QJD4KK1L6 covering federal awards in the last five years.

LEIDOS, INC. recorded 36,225 award actions totaling $13.29 billion over the last five years, with an average action value of $366,768.64. Most obligations were concentrated with the Department of the Navy, DISA, and DHA, and the largest NAICS share was Computer Systems Design Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS award activity in the selected five-year window and are shown as obligated amounts and action counts from the provided data.

CAGE Code
5UTE1
UEI
UE9QJD4KK1L6
Total Obligated
13.29 billion
13,286,194,010.17
Award Actions
36,225
Average Action Value
366,768.64

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE1, UEI UE9QJD4KK1L6) recorded $13.29 billion in obligations across 36,225 awards over the last 5 years, for an average award value of $366,768.64. The volume profile is highly fragmented, indicating a large number of comparatively small actions alongside a smaller set of larger obligations.

Agency mix and customer concentration

The Department of the Navy is the primary customer, accounting for $4.98 billion and 33,158 awards, which makes the relationship both the largest by dollars and the most concentrated by transaction count. DISA and DHA follow with $2.64 billion and $2.14 billion respectively, while TSA and FAA add another $2.05 billion combined, showing a strong defense-and-civilian mission support footprint.

Industry profile based on NAICS activity

Contracting is concentrated in IT and engineering-adjacent services. NAICS 541512, Computer Systems Design Services, dominates with $6.99 billion and 33,203 awards, followed by 541513, Computer Facilities Management Services, at $2.84 billion and 1,130 awards; engineering services and computing infrastructure providers account for most of the remaining spend.

Annual contract trend over the analysis window

Annual obligations remained in a narrow band from 2021 through 2025, ranging from $2.11 billion to $3.00 billion. 2024 was the peak year at $3.00 billion and 14,686 awards, while 2025 posted $2.75 billion across 12,598 awards, still above 2021-2022 levels but below the recent high.

How to interpret this page

This page summarizes FPDS award data for LEIDOS, INC. using the specified CAGE code and UEI over the last 5 years. Totals reflect obligated dollars and award counts aggregated across the analysis window, with agency, NAICS, and annual views based on recorded FPDS classifications in the provided dataset.

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 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
1700 DEPT OF THE NAVY 4,979,880,887.60 4.98 billion 33,158
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 2,637,307,932.02 2.64 billion 1,056
97DH DEFENSE HEALTH AGENCY (DHA) 2,135,322,380.67 2.14 billion 395
7013 TRANSPORTATION SECURITY ADMINISTRATION 1,176,523,563.11 1.18 billion 112
6920 FEDERAL AVIATION ADMINISTRATION 867,193,132.40 867.19 million 113
2100 DEPT OF THE ARMY 582,102,500.60 582.10 million 666
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 283,748,324.11 283.75 million 327
7529 NATIONAL INSTITUTES OF HEALTH 213,781,846.20 213.78 million 67
5700 DEPT OF THE AIR FORCE 206,409,011.04 206.41 million 92
7001 OFFICE OF PROCUREMENT OPERATIONS 39,944,491.34 39.94 million 18

Insight

Over the last 5 years, LEIDOS, INC. received $13.29 billion across 36,225 awards, with obligations heavily concentrated in a small set of agencies. The DEPT OF THE NAVY accounted for the largest share at $4.98 billion and 33,158 awards, followed by DISA at $2.64 billion and DHA at $2.14 billion; together these three agencies represent the clear core of obligated spend. Remaining obligations are distributed across TSA, FAA, the DEPT OF THE ARMY, DTRA, NIH, the DEPT OF THE AIR FORCE, and OPO, each contributing materially less than the top three.

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 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 6,990,034,992.34 6.99 billion 33,203
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 2,837,277,604.95 2.84 billion 1,130
541330 ENGINEERING SERVICES 793,511,253.05 793.51 million 662
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 789,934,340.10 789.93 million 62
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 710,357,464.33 710.36 million 53
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) 280,022,920.00 280.02 million 290
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 77,258,792.30 77.26 million 51
541519 OTHER COMPUTER RELATED SERVICES 42,172,018.58 42.17 million 32

Insight

Over the last 5 years, LEIDOS, INC. (CAGE 5UTE1) obligated $13.29 billion across 36,225 awards, with activity heavily concentrated in NAICS 541512, Computer Systems Design Services, which accounts for $6.99 billion and 33,203 awards. NAICS 541513, Computer Facilities Management Services, is the second-largest category at $2.84 billion, but with far fewer awards, indicating a smaller number of higher-dollar actions. The remaining top NAICS codes are materially smaller and more dispersed, led by Engineering Services, data processing/web hosting, and repair/maintenance categories, reflecting a broader but secondary mix of technical and IT-related obligations.

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 5 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

Insight

Over the last 5 years, LEIDOS, INC. (CAGE 5UTE1) obligated $13.29 billion across 36,225 awards, with an average award value of $366,768.64. Obligations were relatively steady from 2021 through 2025, ranging from $2.11 billion to $3.00 billion annually, with 2024 the peak year at $3.00 billion and 2021 the low point at $2.11 billion. Award volume was most concentrated in 2024 and 2025, which together account for 27,284 awards, indicating a higher number of smaller awards 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.