Most of this activity was with the Department of the Navy, followed by the Department of the Air Force and Washington Headquarters Services. The award profile was concentrated in engineering services and related defense technical work, with smaller obligations in research, consulting, and software publishing.
Federal Contractor
SYSTEMS PLANNING AND ANALYSIS, INC. Federal Contract Obligations (Last Year)
SYSTEMS PLANNING AND ANALYSIS, INC. recorded 396.47 million in obligated federal awards across 258 actions in the last full year.
Figures reflect the last full year and are based on FPDS award action data for CAGE 7L563 and UEI TRE8LWVNNXL3.
About SYSTEMS PLANNING AND ANALYSIS, INC. federal contract activity
SYSTEMS PLANNING AND ANALYSIS, INC. (CAGE 7L563, UEI TRE8LWVNNXL3) recorded 396.47 million in obligated value across 258 awards in the last full year, for an average award value of 1.54 million. The profile indicates a high-volume federal vendor with materially concentrated activity in defense-related procurement.
Agency mix and customer concentration
The Department of the Navy accounted for the largest share of obligations at 223.80 million across 159 awards, making it the primary customer by a wide margin. The next largest buyers were the Department of the Air Force, Washington Headquarters Services, the Defense Threat Reduction Agency, and DARPA, which together reinforce a defense-heavy agency mix centered on military and national security missions.
Industry profile based on NAICS activity
NAICS 541330 Engineering Services dominated the portfolio at 283.75 million across 155 awards, indicating that engineering work is the core contractual activity. Secondary work was spread across professional and technical services, physical engineering and life sciences R&D, and administrative management consulting, with only a small amount attributed to software publishing.
Annual contract trend over the analysis window
The annual trend provided shows 2025 as the full analysis year, with 396.47 million obligated across 258 awards. Because only one annual data point is supplied, the window supports a snapshot view rather than a multi-year growth assessment.
How to interpret this page
This page summarizes FPDS obligation data for the vendor by CAGE code and UEI over the last full year. Agency, NAICS, and trend sections are derived from total obligated amounts and award counts; no attempt is made to infer scope, performance quality, or subcontract activity beyond the supplied records.
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 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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 223,803,773.99 | 223.80 million | 159 |
| 5700 | DEPT OF THE AIR FORCE | 74,368,957.54 | 74.37 million | 36 |
| 97F5 | WASHINGTON HEADQUARTERS SERVICES (WHS) | 43,456,299.14 | 43.46 million | 24 |
| 9761 | DEFENSE THREAT REDUCTION AGENCY (DTRA) | 21,015,702.66 | 21.02 million | 5 |
| 97AE | DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) | 18,597,627.18 | 18.60 million | 9 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 14,108,567.93 | 14.11 million | 11 |
| 7008 | U.S. COAST GUARD | 1,129,455.19 | 1.13 million | 8 |
| 97JC | MISSILE DEFENSE AGENCY (MDA) | 500.00 | 500.00 | 1 |
| 2100 | DEPT OF THE ARMY | 0.00 | 0.00 | 4 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -15,129.68 | -15.13 thousand | 1 |
Insight
SYSTEMS PLANNING AND ANALYSIS, INC. received 396.47 million across 258 awards in the last full year, with obligations heavily concentrated in the DEPT OF THE NAVY, which accounted for 223.80 million and 159 awards. The DEPT OF THE AIR FORCE and WASHINGTON HEADQUARTERS SERVICES were the next-largest funding sources at 74.37 million and 43.46 million, respectively, indicating a strong concentration across a small set of defense agencies. Remaining agencies each represented a materially smaller share, with obligations dropping below 21.02 million after the top five and several agencies posting minimal, zero, or negative obligated amounts.
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 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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 283,747,133.86 | 283.75 million | 155 |
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 58,302,524.64 | 58.30 million | 31 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 30,315,111.74 | 30.32 million | 17 |
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | 24,022,294.92 | 24.02 million | 48 |
| 513210 | SOFTWARE PUBLISHERS | 78,688.79 | 78.69 thousand | 2 |
| 611710 | EDUCATIONAL SUPPORT SERVICES | 0.00 | 0.00 | 4 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 0.00 | 0.00 | 1 |
Insight
SYSTEMS PLANNING AND ANALYSIS, INC. shows a strong concentration in NAICS 541330, ENGINEERING SERVICES, which accounts for $283.75 million of the $396.47 million obligated in the last full year, across 155 of 258 awards. The next largest categories are NAICS 541990 at $58.30 million and NAICS 541715 at $30.32 million, indicating a secondary portfolio in broader professional/scientific services and R&D. NAICS 541611 adds $24.02 million across 48 awards, while the remaining NAICS codes are de minimis or zero-obligation, suggesting a highly focused procurement profile.
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 1 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 |
Insight
During the last full year, SYSTEMS PLANNING AND ANALYSIS, INC. (CAGE 7L563) received $396.47 million in obligated awards across 258 awards, for an average award value of $1.54 million. This volume indicates a broad award distribution rather than reliance on a small number of very large obligations. With only one year provided in the current window, the annual trend is limited to a single-period snapshot and does not support year-over-year assessment.
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.