Federal Agency

SELECTIVE SERVICE SYSTEM Federal Contract Obligations (Last Year)

Selective Service System obligation data for the last full year shows 52 award actions totaling $4.44 million.

In the last full year, Selective Service System (Agency ID 9000) recorded 52 award actions with total obligations of $4,442,778.42 and an average action value of $85,438.04. Contract activity was led by CLOUD7WORKS, INC., and the largest spending categories were computer systems design services and related IT and management support work.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and may round from exact obligation amounts shown in the data.

Agency ID
9000
Total Obligated
4.44 million
4,442,778.42
Award Actions
52
Average Action Value
85,438.04

About SELECTIVE SERVICE SYSTEM federal contract activity

SELECTIVE SERVICE SYSTEM obligated 4.44 million across 52 awards in the last full year, with an average award value of 85,438.04. Spending was concentrated in a small number of transactions, indicating a procurement profile dominated by recurring service and IT-related buys rather than a broad base of lower-value awards.

Vendor concentration and leading contractors

CLOUD7WORKS, INC. was the leading vendor with 2.44 million across 9 awards, accounting for more than half of total obligations in the period. The next largest vendors—AXIS MANAGEMENT GROUP, LLC; SONORA & ASSOCIATES LLC; CDW GOVERNMENT LLC; and STERLING COMPUTERS CORPORATION—were substantially smaller, each below 477 thousand, reinforcing the concentration at the top of the vendor list.

Industry profile based on NAICS activity

The largest share of obligations fell under NAICS 541512, Computer Systems Design Services, at 1.97 million across 4 awards. Additional activity was concentrated in NAICS 541990, 541513, 541611, and 513210, which together point to a procurement mix centered on IT infrastructure, systems support, and management consulting services.

Annual contract trend over the analysis window

The annual trend table shows 4.44 million obligated in 2025 across 52 awards, which is the full analysis window presented here. With only one year shown, the data support a point-in-time summary rather than a multi-year directional trend assessment.

How to interpret this page

This summary uses FPDS obligations data for SELECTIVE SERVICE SYSTEM, agency ID 9000, over the last full year. Vendor, NAICS, and annual trend views are based on obligated dollars and award counts as reported in the provided dataset; no additional sources or adjustments were applied.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9000'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
CLOUD7WORKS, INC. 2,437,245.64 2.44 million 9
AXIS MANAGEMENT GROUP, LLC 476,601.60 476.60 thousand 2
SONORA & ASSOCIATES LLC 421,150.40 421.15 thousand 2
CDW GOVERNMENT LLC 234,971.83 234.97 thousand 3
STERLING COMPUTERS CORPORATION 135,795.80 135.80 thousand 3
NAVIANT LLC 131,243.41 131.24 thousand 2
HARPER RAINS KNIGHT & CO PA 81,233.70 81.23 thousand 1
PEMBROKE PARTNERS LLC 78,120.00 78.12 thousand 1
ART Z GRAPHICS INC 71,093.73 71.09 thousand 2
FCN INC 61,810.50 61.81 thousand 2

Insight

SELECTIVE SERVICE SYSTEM obligated $4.44 million across 52 awards in the last full year, with an average award value of $85.4 thousand. CLOUD7WORKS, INC. dominated vendor obligations at $2.44 million across 9 awards, accounting for more than half of total obligated dollars. The remaining top vendors were substantially smaller, with the next highest obligation at $476.6 thousand and most others below $250 thousand, indicating a highly concentrated spend pattern among a small number of vendors.

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__purchaserInformation__contractingOfficeAgencyID = '9000'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,968,632.24 1.97 million 4
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 572,657.60 572.66 thousand 4
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 515,413.40 515.41 thousand 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 484,448.10 484.45 thousand 3
513210 SOFTWARE PUBLISHERS 271,322.00 271.32 thousand 5
541519 OTHER COMPUTER RELATED SERVICES 177,437.72 177.44 thousand 9
334111 ELECTRONIC COMPUTER MANUFACTURING 135,795.80 135.80 thousand 3
541430 GRAPHIC DESIGN SERVICES 71,093.73 71.09 thousand 2
532420 OFFICE MACHINERY AND EQUIPMENT RENTAL AND LEASING 54,763.99 54.76 thousand 4
512110 MOTION PICTURE AND VIDEO PRODUCTION 52,320.00 52.32 thousand 1

Insight

SELECTIVE SERVICE SYSTEM’s last full year obligations of $4.44 million were concentrated in a few IT and professional services NAICS codes, led by 541512 Computer Systems Design Services at $1.97 million, or about 44% of total obligations. The top four NAICS categories together account for roughly 80% of obligated dollars, indicating a fairly concentrated spend profile despite 52 awards overall. Smaller obligations are dispersed across additional IT, consulting, and support categories, with no single non-IT NAICS approaching the level of 541512.

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__purchaserInformation__contractingOfficeAgencyID = '9000'
        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 4,442,778.42 4.44 million 52

Insight

During the last full year, SELECTIVE SERVICE SYSTEM obligated $4.44 million across 52 awards, yielding an average award value of $85.4 thousand. Obligations are concentrated in a single annual reporting point for 2025, so this view does not indicate multi-year variability or growth/decline over time. The award activity reflects a relatively dispersed distribution of obligations across multiple actions rather than reliance on a small number of high-value awards.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.