Federal Contractor

LEIDOS INNOVATIONS CORPORATION Federal Contract Obligations (Last 5 Years)

LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18, UEI MYKLJHTX3MM7) has received 1,779 awards totaling $3.60 billion over the last 5 years.

Federal procurement activity for LEIDOS INNOVATIONS CORPORATION is concentrated in information technology, systems design, research and development, and data processing work. The largest obligations came from the Social Security Administration, the Department of Energy, and the Federal Aviation Administration.

Generated at 03/21/2026

Analysis period: Last 5 years

This page summarizes readable FPDS obligation data for the last 5 years and reflects award actions recorded in the analysis window.

CAGE Code
7LQ18
UEI
MYKLJHTX3MM7
Total Obligated
3.60 billion
3,595,253,550.31
Award Actions
1,779
Average Action Value
2,020,940.72

About LEIDOS INNOVATIONS CORPORATION federal contract activity

LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18, UEI MYKLJHTX3MM7) received $3.60 billion across 1,779 awards in the last 5 years, with an average award value of $2.02 million. The profile indicates a high-volume federal vendor with spending concentrated in a small number of large civilian agency relationships.

Agency mix and customer concentration

Obligations are led by the Social Security Administration at $1.37 billion across 45 awards, followed by the Department of Energy at $746.87 million across 178 awards. The remainder of the top five comes from the Federal Aviation Administration, Centers for Medicare and Medicaid Services, and NASA, showing a customer base concentrated in civilian, science/technology, and mission-support agencies.

Industry profile based on NAICS activity

Work is dominated by NAICS 541519, Other Computer Related Services, at $1.82 billion and 428 awards, indicating a strong information technology services footprint. Secondary activity appears in research and development under NAICS 541715, computer systems design under 541512, data processing and hosting under 518210, and scientific/technical consulting under 541690, consistent with a mix of IT, engineering, and technical support contracts.

Annual contract trend over the analysis window

Annual obligations increased from $717.16 million in 2021 to a peak of $813.30 million in 2022, then remained elevated at $741.49 million in 2023 and $680.77 million in 2024 before easing to $642.53 million in 2025. Award volume followed a different pattern, rising to 449 in 2021 and then declining steadily to 263 in 2025, suggesting larger awards in the earlier years and a recent pullback in transaction count.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for the last 5 years, grouped by vendor CAGE/UEI, agency, NAICS, and fiscal year. Totals reflect obligated dollars only and should be interpreted as award activity captured in the selected analysis window, not as a measure of contract ceiling or total potential 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 = '7LQ18'
        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
2800 SOCIAL SECURITY ADMINISTRATION 1,366,178,893.80 1.37 billion 45
8900 ENERGY, DEPARTMENT OF 746,866,457.00 746.87 million 178
6920 FEDERAL AVIATION ADMINISTRATION 275,498,379.49 275.50 million 170
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 230,972,112.11 230.97 million 37
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 224,070,530.01 224.07 million 177
7001 OFFICE OF PROCUREMENT OPERATIONS 153,275,181.30 153.28 million 127
7014 U.S. CUSTOMS AND BORDER PROTECTION 120,680,211.71 120.68 million 22
97AS DEFENSE LOGISTICS AGENCY 120,094,382.07 120.09 million 127
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 102,207,690.87 102.21 million 80
3100 NUCLEAR REGULATORY COMMISSION 81,906,140.02 81.91 million 378

Insight

Over the last 5 years, LEIDOS INNOVATIONS CORPORATION has $3.60 billion in obligations across 1,779 awards, with spending concentrated in a small number of agencies. The SOCIAL SECURITY ADMINISTRATION is the dominant customer at $1.37 billion, or about 38% of total obligated dollars, followed by the DEPARTMENT OF ENERGY at $746.87 million. The remaining top agencies are materially smaller, each below $276 million, indicating a diversified but top-heavy federal customer base.

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 = '7LQ18'
        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
541519 OTHER COMPUTER RELATED SERVICES 1,823,800,392.39 1.82 billion 428
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 746,866,457.00 746.87 million 178
541512 COMPUTER SYSTEMS DESIGN SERVICES 315,747,204.93 315.75 million 199
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 231,392,633.57 231.39 million 37
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 155,593,302.87 155.59 million 134
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 111,074,859.35 111.07 million 325
541330 ENGINEERING SERVICES 88,169,008.97 88.17 million 135
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 67,064,934.88 67.06 million 61
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 49,319,214.26 49.32 million 68
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 16,192,658.27 16.19 million 21

Insight

Over the last 5 years, LEIDOS INNOVATIONS CORPORATION’s obligations are concentrated in a small set of IT and R&D NAICS codes, led by 541519 Other Computer Related Services at $1.82 billion across 428 awards, or about half of total obligated value. The next largest categories are 541715 R&D in the physical, engineering, and life sciences at $746.87 million and 541512 Computer Systems Design Services at $315.75 million, indicating a strong emphasis on technical services and research support. Award volume is more dispersed than dollars, with 541511 Custom Computer Programming Services carrying 325 awards but comparatively lower obligated value, which suggests many smaller awards outside the highest-dollar categories.

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 = '7LQ18'
        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 642,528,308.92 642.53 million 263
2024 680,772,156.53 680.77 million 331
2023 741,493,312.97 741.49 million 341
2022 813,297,327.84 813.30 million 395
2021 717,162,444.05 717.16 million 449

Insight

Over the last 5 years, LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18) obligated $3.60 billion across 1,779 awards, averaging about $2.02 million per award. Annual obligation levels were relatively stable in the $642.53 million to $813.30 million range, peaking in 2022 and then declining in each subsequent year through 2025. Award volume followed a similar pattern, with the highest count in 2021 (449) and lower counts in later years, indicating a modest contraction in both obligation and transaction volume over the period.

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.