Federal Contractor

LEIDOS, INC. Federal Contract Obligations (Last Year)

FPDS procurement analysis for LEIDOS, INC. (CAGE 5UTE0, UEI KTMAJCY6JXM3) covering the last full year of federal obligations and award activity.

In the last full year, LEIDOS, INC. recorded $657.56 million in obligated federal awards across 856 actions, for an average action value of $768,173.99. Activity was concentrated in the Department of the Air Force, Department of the Army, and Department of the Navy, with most obligations aligned to R&D and engineering-related NAICS codes.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the provided analysis window and may differ from other FPDS summaries due to timing, classification, or record updates.

CAGE Code
5UTE0
UEI
KTMAJCY6JXM3
Total Obligated
657.56 million
657,556,940.49
Award Actions
856
Average Action Value
768,173.99

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE0, UEI KTMAJCY6JXM3) recorded 657.56 million in obligated value across 856 awards in the last full year, for an average award value of 768,173.99. The volume and value profile indicates a high-activity federal vendor with substantial recurring award flow rather than concentration in a small number of large actions.

Agency mix and customer concentration

Obligations were led by the DEPT OF THE AIR FORCE at 314.88 million across 450 awards, followed by the DEPT OF THE ARMY at 232.01 million across 182 awards and the DEPT OF THE NAVY at 84.99 million across 156 awards. DARPA and DTRA were smaller but visible sources of demand, together accounting for 20.59 million across 34 awards, which reinforces the vendor’s concentration within the defense portfolio.

Industry profile based on NAICS activity

The award mix is dominated by NAICS 541715, which accounted for 439.26 million and 551 awards, indicating that research and development in the physical, engineering, and life sciences is the core spending category. Secondary obligations were concentrated in NAICS 334511 at 114.05 million and 67 awards, with additional activity in 541712, 541330, and 561210, showing a blend of R&D, systems manufacturing, engineering, and support services.

Annual contract trend over the analysis window

The analysis window contains one annual data point for 2025, showing 657.56 million in obligations across 856 awards. Because only the last full year is included, the trend data supports a point-in-time assessment rather than a multi-year growth or decline analysis.

How to interpret this page

This summary is based on FPDS award records mapped to LEIDOS, INC. using CAGE 5UTE0 and UEI KTMAJCY6JXM3 for the last full year. Agency and NAICS rankings reflect total obligated value and award count within the analysis window; no additional normalization, outlier adjustment, or extrapolation was applied.

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 1 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
5700 DEPT OF THE AIR FORCE 314,881,403.30 314.88 million 450
2100 DEPT OF THE ARMY 232,014,540.80 232.01 million 182
1700 DEPT OF THE NAVY 84,989,934.80 84.99 million 156
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 11,589,066.02 11.59 million 18
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 8,997,622.00 9.00 million 16
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 8,037,366.00 8.04 million 7
7001 OFFICE OF PROCUREMENT OPERATIONS 495,605.00 495.61 thousand 3
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -51,428.00 -51.43 thousand 4

Insight

LEIDOS, INC. received 657.56 million across 856 awards in the last full year, with obligation activity concentrated in three defense agencies. The Department of the Air Force accounted for 314.88 million and 450 awards, the Department of the Army for 232.01 million and 182 awards, and the Department of the Navy for 84.99 million and 156 awards, together representing the clear majority of obligations. Smaller volumes were spread across DARPA, DTRA, and FLETC, while DCMA recorded a net negative obligation of 51.43 thousand and several agencies had negligible activity.

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 1 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) 439,257,963.71 439.26 million 551
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 114,052,464.07 114.05 million 67
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 51,932,206.88 51.93 million 38
541330 ENGINEERING SERVICES 13,594,159.63 13.59 million 41
561210 FACILITIES SUPPORT SERVICES 8,826,041.26 8.83 million 8
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 7,601,596.09 7.60 million 12
336611 SHIP BUILDING AND REPAIRING 7,491,230.00 7.49 million 17
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 6,137,876.02 6.14 million 9
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 5,585,659.06 5.59 million 10
334210 TELEPHONE APPARATUS MANUFACTURING 3,485,804.00 3.49 million 25

Insight

LEIDOS, INC.’s obligations in the last full year were highly concentrated in NAICS 541715, which accounted for $439.26 million across 551 awards, or about two-thirds of total obligated dollars. The next largest category, NAICS 334511, added $114.05 million across 67 awards, while NAICS 541712 contributed $51.93 million across 38 awards, indicating a strong emphasis on R&D and technical system work. The remaining top NAICS codes were materially smaller, with obligations dispersed across engineering services, facilities support, software, manufacturing, and telecommunications-related activities.

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

Insight

Over the last full year, LEIDOS, INC. (CAGE 5UTE0) recorded $657.56 million in obligated awards across 856 actions, for an average award value of about $768.2 thousand. The annual activity is entirely concentrated in FY2025, so no multi-year trend or year-over-year change can be assessed from this window. The award volume indicates a relatively broad distribution of obligations across a high number of actions rather than reliance on a small number of awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.