Federal Contractor

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

LEIDOS, INC. (CAGE 5UTE2, UEI QLNMVC12KWY3) shows 7,043 award actions and $5.35 billion obligated over the last 10 years.

This FPDS vendor profile summarizes LEIDOS, INC. federal procurement activity across agencies, NAICS codes, and recent annual obligations. The largest obligations are concentrated with the Federal Acquisition Service, the Department of the Navy, the Department of the Air Force, and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS award activity and are based on obligated dollars and award counts only.

CAGE Code
5UTE2
UEI
QLNMVC12KWY3
Total Obligated
5.35 billion
5,353,508,759.61
Award Actions
7,043
Average Action Value
760,117.67

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE2, UEI QLNMVC12KWY3) recorded 7,043 FPDS awards with total obligated value of 5.35 billion over the last 10 years, for an average award value of 760,117.67. The profile indicates a large, recurring federal contractor base with obligations spread across high-volume service and technical categories.

Agency mix and customer concentration

Award activity is concentrated in a small set of major civilian and defense buyers. The Federal Acquisition Service is the largest obligating agency at 1.22 billion across 234 awards, followed by the Department of the Navy, Department of the Air Force, Department of the Army, and the Federal Aviation Administration; the three military departments together account for more than 2.35 billion.

Industry profile based on NAICS activity

The largest NAICS concentrations are in professional, technical, and IT-oriented services. Computer systems design services, engineering services, computer facilities management services, and other computer-related services together represent a substantial share of obligational volume, while 624190 appears as the top NAICS by dollars but across relatively few awards, suggesting a small number of high-value transactions in that category.

Annual contract trend over the analysis window

Annual obligations have remained in a consistently high range from 2021 through 2025, moving from 613.60 million in 2021 to a peak of 811.96 million in 2023 before moderating to 779.29 million in 2024 and 804.64 million in 2025. Award counts also stayed elevated, generally near or above 700 annually and reaching just over 1,000 in both 2024 and 2025.

How to interpret this page

This summary uses FPDS award records for the stated vendor identifiers over the last 10 years and aggregates obligated dollars, award counts, agency totals, NAICS totals, and annual trend data. Values reflect the provided analysis window and should be interpreted as FPDS-reported obligations, not necessarily total contract ceiling or lifetime business volume.

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 = '5UTE2'
        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
4732 FEDERAL ACQUISITION SERVICE 1,216,802,673.42 1.22 billion 234
1700 DEPT OF THE NAVY 959,345,621.42 959.35 million 864
5700 DEPT OF THE AIR FORCE 813,900,103.81 813.90 million 851
2100 DEPT OF THE ARMY 582,242,207.24 582.24 million 2,035
6920 FEDERAL AVIATION ADMINISTRATION 387,449,891.85 387.45 million 352
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 266,247,166.50 266.25 million 146
97DH DEFENSE HEALTH AGENCY (DHA) 230,213,792.99 230.21 million 535
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 176,370,987.60 176.37 million 53
1501 OFFICES, BOARDS AND DIVISIONS 129,131,192.86 129.13 million 442
7013 TRANSPORTATION SECURITY ADMINISTRATION 115,698,868.94 115.70 million 37

Insight

Over the last 10 years, LEIDOS, INC. has obligated $5.35 billion across 7,043 awards, with spend concentrated in a small set of agencies. The Federal Acquisition Service is the largest obligating agency at $1.22 billion, followed by the Department of the Navy ($959.35 million) and the Department of the Air Force ($813.90 million), indicating substantial federal and defense-sector concentration. The Department of the Army shows the highest award volume among the top agencies at 2,035 awards but at a lower obligated value of $582.24 million, suggesting a more dispersed, lower-dollar award profile.

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 = '5UTE2'
        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
624190 OTHER INDIVIDUAL AND FAMILY SERVICES 985,837,020.36 985.84 million 64
541512 COMPUTER SYSTEMS DESIGN SERVICES 984,880,195.84 984.88 million 444
541330 ENGINEERING SERVICES 897,221,611.82 897.22 million 1,213
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 486,057,759.90 486.06 million 260
541519 OTHER COMPUTER RELATED SERVICES 392,552,499.61 392.55 million 282
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 264,282,478.69 264.28 million 585
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 205,265,842.29 205.27 million 58
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 179,792,084.28 179.79 million 429
541199 ALL OTHER LEGAL SERVICES 129,896,653.05 129.90 million 437
562910 REMEDIATION SERVICES 118,552,467.53 118.55 million 178

Insight

Over the last 10 years, LEIDOS, INC. has $5.35 billion in obligated awards across 7,043 actions, with concentration in a mix of IT, engineering, and specialized services NAICS codes. The largest obligations are split between 624190, OTHER INDIVIDUAL AND FAMILY SERVICES ($985.84 million; 64 awards) and 541512, COMPUTER SYSTEMS DESIGN SERVICES ($984.88 million; 444 awards), followed closely by 541330, ENGINEERING SERVICES ($897.22 million; 1,213 awards). The remaining top NAICS codes are more distributed, with significant obligation in 541513, 541519, 541990, 334511, 541715, 541199, and 562910, indicating a broad services portfolio rather than reliance on a single activity area.

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 = '5UTE2'
        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 804,636,644.06 804.64 million 1,005
2024 779,288,824.47 779.29 million 1,009
2023 811,958,388.46 811.96 million 947
2022 698,834,988.23 698.83 million 880
2021 613,598,806.24 613.60 million 691
2020 377,821,519.80 377.82 million 583
2019 310,476,869.04 310.48 million 491
2018 224,727,481.66 224.73 million 560
2017 406,396,328.48 406.40 million 677
2016 325,768,909.17 325.77 million 200

Insight

LEIDOS, INC. (CAGE 5UTE2) received $5.35 billion across 7,043 awards over the last 10 years, with an average award value of $760.1 thousand. Obligations are concentrated in the most recent four years, led by 2023 ($811.96 million), 2025 ($804.64 million), and 2024 ($779.29 million), indicating sustained elevated spending in the current period. Earlier years were materially lower, ranging from $224.73 million in 2018 to $406.40 million in 2017, with the lowest award count in 2016 (200) despite $325.77 million obligated.

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.