Federal Contractor

SYSTEMS PLANNING AND ANALYSIS, INC. Federal Contract Obligations (Last 10 Years)

SYSTEMS PLANNING AND ANALYSIS, INC. has received 1,542 federal award actions worth $1.55 billion over the last 10 years, led by work for the Department of the Navy.

In the last 10 years, SYSTEMS PLANNING AND ANALYSIS, INC. (CAGE 7L563, UEI TRE8LWVNNXL3) recorded $1,550,790,032.91 in obligated federal spending across 1,542 award actions. Most of that activity came from the Department of the Navy, with additional obligations from Washington Headquarters Services, the Defense Threat Reduction Agency, the Department of the Air Force, and DARPA.

Generated at 03/21/2026

Analysis period: Last 10 years

Values reflect the selected 10-year analysis window and are based on obligated amounts and award actions shown in the FPDS query results.

CAGE Code
7L563
UEI
TRE8LWVNNXL3
Total Obligated
1.55 billion
1,550,790,032.91
Award Actions
1,542
Average Action Value
1,005,700.41

About SYSTEMS PLANNING AND ANALYSIS, INC. federal contract activity

SYSTEMS PLANNING AND ANALYSIS, INC. (CAGE 7L563, UEI TRE8LWVNNXL3) recorded $1.55 billion in obligated awards across 1,542 actions over the last 10 years, for an average award value of $1.01 million. The profile indicates a sustained federal services footprint with concentration in defense-related professional support, engineering, and research services.

Agency mix and customer concentration

The vendor’s obligations are heavily concentrated in the DEPT OF THE NAVY, which accounts for $970.79 million across 1,085 awards, or roughly 62.6% of total obligations in the analysis window. WASHINGTON HEADQUARTERS SERVICES (WHS), DTRA, the DEPT OF THE AIR FORCE, and DARPA round out the top five, indicating a customer base anchored in defense headquarters, operational support, and research-oriented organizations.

Industry profile based on NAICS activity

NAICS 541330 ENGINEERING SERVICES is the dominant code at $946.07 million across 831 awards, showing that engineering support is the core of the vendor’s federal work. Additional volume is concentrated in 541990, 541715, and 541611, while 541511 appears only marginally, suggesting limited exposure to pure software development relative to engineering, technical, and management consulting services.

Annual contract trend over the analysis window

Obligations have increased materially in the most recent years shown, rising from $141.75 million in 2021 to $396.47 million in 2025. The sequence from 2021 through 2025 shows a steady upward trajectory in both dollars and award counts, with 2025 already exceeding prior years in the window.

How to interpret this page

This summary uses FPDS-obligated award data associated with CAGE code 7L563 and UEI TRE8LWVNNXL3 over the last 10 years. Agency and NAICS shares are derived from total obligated amounts and award counts in the provided dataset; percentages are approximate where calculated from rounded source values.

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 = '7L563'
        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
1700 DEPT OF THE NAVY 970,791,882.68 970.79 million 1,085
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 287,147,655.23 287.15 million 179
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 150,199,592.53 150.20 million 44
5700 DEPT OF THE AIR FORCE 95,636,061.54 95.64 million 74
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 31,535,395.72 31.54 million 81
7014 U.S. CUSTOMS AND BORDER PROTECTION 14,108,567.93 14.11 million 11
7008 U.S. COAST GUARD 1,765,661.99 1.77 million 43
2100 DEPT OF THE ARMY 9,855.25 9.86 thousand 5
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
1406 DEPARTMENTAL OFFICES 0.00 0.00 2

Insight

Over the last 10 years, SYSTEMS PLANNING AND ANALYSIS, INC. received 1.55 billion across 1,542 awards, with obligations heavily concentrated in the Department of the Navy, which accounts for 970.79 million and 1,085 awards. Washington Headquarters Services and the Defense Threat Reduction Agency are the next largest funding sources at 287.15 million and 150.20 million, respectively, indicating a strong concentration of business within a small set of defense agencies. The remaining agencies each represent materially smaller shares of total obligated dollars, with awards dispersed across several departments and low-dollar activity outside the top four agencies.

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 = '7L563'
        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
541330 ENGINEERING SERVICES 946,066,951.63 946.07 million 831
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 261,273,633.67 261.27 million 181
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 193,248,144.96 193.25 million 165
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 148,810,706.60 148.81 million 338
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,100,526.42 1.10 million 10
513210 SOFTWARE PUBLISHERS 276,714.38 276.71 thousand 7
611710 EDUCATIONAL SUPPORT SERVICES 9,855.25 9.86 thousand 5
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 2,500.00 2.50 thousand 1
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,000.00 1.00 thousand 1
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 0.00 0.00 2

Insight

SYSTEMS PLANNING AND ANALYSIS, INC. shows a highly concentrated 10-year obligation profile, with NAICS 541330 Engineering Services accounting for 946.07 million of 1.55 billion total obligated, or the clear majority of vendor awards. The next largest NAICS codes—541990, 541715, and 541611—add another substantial share of obligations, indicating that the vendor’s work is concentrated in engineering, technical services, R&D, and management consulting. Outside these core categories, obligations drop sharply, with only limited activity in software, education support, and isolated manufacturing codes.

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 = '7L563'
        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 396,465,753.95 396.47 million 258
2024 283,148,802.51 283.15 million 206
2023 206,518,316.54 206.52 million 189
2022 174,424,697.01 174.42 million 209
2021 141,753,069.37 141.75 million 192
2020 111,592,275.21 111.59 million 174
2019 91,287,285.68 91.29 million 111
2018 85,149,967.89 85.15 million 113
2017 60,449,864.75 60.45 million 89
2016 0.00 0.00 1

Insight

SYSTEMS PLANNING AND ANALYSIS, INC. (CAGE 7L563) shows a clear upward obligation trend over the last 10 years, increasing from 60.45 million in FY 2017 to 396.47 million in FY 2025. Obligations are concentrated in the most recent years, with FY 2024 and FY 2025 together accounting for 679.61 million, or roughly 44% of the 1.55 billion obligated over the period. Award volume also increased over time, rising from 89 awards in FY 2017 to 258 in FY 2025, indicating broader contract activity alongside higher dollars 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.