Federal Contractor

LEIDOS INNOVATIONS CORPORATION Federal Contract Obligations (Last Year)

FPDS procurement profile for LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18, UEI MYKLJHTX3MM7) covering the last full year.

In the last full year, LEIDOS INNOVATIONS CORPORATION recorded 263 award actions totaling $642,528,308.92 in obligations, for an average action value of $2,443,073.41. The largest share of obligations came from the Social Security Administration, the Department of Energy, and the Federal Aviation Administration.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects obligations and award actions reported in the analysis window and is organized by agency, NAICS, and annual trend.

CAGE Code
7LQ18
UEI
MYKLJHTX3MM7
Total Obligated
642.53 million
642,528,308.92
Award Actions
263
Average Action Value
2,443,073.41

About LEIDOS INNOVATIONS CORPORATION federal contract activity

LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18, UEI MYKLJHTX3MM7) recorded $642.53 million in obligated federal spending across 263 awards in the last full year, for an average award value of $2.44 million. The profile indicates a high-volume, mid-ticket award base with spending concentrated in a limited set of agencies and technical service categories.

Agency mix and customer concentration

Obligations were led by the Social Security Administration at $261.13 million across 9 awards, followed by the Department of Energy at $198.86 million across 41 awards. The next largest agencies were the Federal Aviation Administration, NASA, and the Defense Logistics Agency, showing a customer mix spanning civilian mission support, scientific/technical work, transportation, and defense logistics.

Industry profile based on NAICS activity

The NAICS profile is dominated by technical services, led by 541519 Other Computer Related Services at $295.34 million, and 541715 R&D in the physical, engineering, and life sciences at $198.86 million. Additional volume is concentrated in 541512 Computer Systems Design Services, 541330 Engineering Services, and 541511 Custom Computer Programming Services, indicating a portfolio centered on systems integration, engineering support, and software-intensive work.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, with total obligations of $642.53 million across 263 awards. With no prior-year values in the analysis window, the data support a point-in-time spending snapshot rather than a directional growth or decline assessment.

How to interpret this page

This summary is based on FPDS obligations within the last full year using the vendor identifiers provided. Agency and NAICS rankings are ordered by total obligated amount, and award counts are reported as supplied in the source data. No estimates or external assumptions were used.

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 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
2800 SOCIAL SECURITY ADMINISTRATION 261,132,332.43 261.13 million 9
8900 ENERGY, DEPARTMENT OF 198,855,481.00 198.86 million 41
6920 FEDERAL AVIATION ADMINISTRATION 60,774,596.40 60.77 million 43
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 47,555,630.83 47.56 million 35
97AS DEFENSE LOGISTICS AGENCY 22,913,347.64 22.91 million 20
3100 NUCLEAR REGULATORY COMMISSION 16,096,554.78 16.10 million 53
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 15,331,760.12 15.33 million 13
7014 U.S. CUSTOMS AND BORDER PROTECTION 9,054,091.63 9.05 million 4
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 8,904,615.25 8.90 million 21
7001 OFFICE OF PROCUREMENT OPERATIONS 2,624,067.05 2.62 million 2

Insight

Over the last full year, LEIDOS INNOVATIONS CORPORATION obligated $642.53 million across 263 awards, with spending concentrated in a small number of agencies. The Social Security Administration accounts for the largest share at $261.13 million, followed by the Department of Energy at $198.86 million; together, these two agencies represent roughly 72% of total obligated dollars in the top-agency set. Award activity is more distributed across agencies, with higher counts at FAA (43), Energy (41), NASA (35), NRC (53), and DISA (21), indicating a broader transaction base than the dollar concentration suggests.

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 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
541519 OTHER COMPUTER RELATED SERVICES 295,342,542.09 295.34 million 37
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 198,855,481.00 198.86 million 41
541512 COMPUTER SYSTEMS DESIGN SERVICES 64,031,484.10 64.03 million 44
541330 ENGINEERING SERVICES 46,588,825.16 46.59 million 41
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 16,097,354.78 16.10 million 58
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 15,712,256.78 15.71 million 12
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 8,125,424.76 8.13 million 8
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 179,689.87 179.69 thousand 6
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 55,000.00 55.00 thousand 2
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 0.00 0.00 7

Insight

Leidos Innovations Corporation’s last full year obligations were concentrated in a small set of technical NAICS codes, led by 541519 Other Computer Related Services at $295.34 million and 541715 R&D in the physical, engineering, and life sciences at $198.86 million; together these two codes accounted for the majority of the $642.53 million obligated. A second tier of activity was spread across 541512 Computer Systems Design Services ($64.03 million), 541330 Engineering Services ($46.59 million), and 541511 Custom Computer Programming Services ($16.10 million), indicating a broad but still technology-centered award profile. Award volume was more distributed than dollars, with 541511, 541512, 541715, and 541330 each receiving 41 to 58 awards, while several minor NAICS codes contributed negligible obligated amounts, including 541611 and 541690, and 541712 recorded awards with no obligated value.

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

Insight

Over the last full year, LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18) recorded $642.53 million in obligated value across 263 awards, for an average award value of about $2.44 million. The activity is concentrated in a single annual period, so this window reflects current-year obligation volume rather than a multi-year trend. The award count suggests a moderately distributed portfolio, but obligation value remains heavily concentrated in the annual total captured here.

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.