Federal Agency

GENERAL SERVICES ADMINISTRATION Federal Contract Obligations (Last 10 Years)

Federal procurement activity for the General Services Administration (Agency ID 4700) over the last 10 years, showing one recorded award action with zero obligated dollars.

This page summarizes FPDS award activity for the General Services Administration across the last 10 years. The record set contains one award action, with no obligated value reported, and the only listed vendor is MICROPACT, INC. under NAICS 511210, Software Publishers.

Generated at 03/21/2026

Analysis period: Last 10 years

All reported obligations in this analysis window are zero, including the single 2017 action, so dollar totals and averages remain 0.00.

Agency ID
4700
Total Obligated
0.00
0.00
Award Actions
1
Average Action Value
0.00

About GENERAL SERVICES ADMINISTRATION federal contract activity

In the last 10 years, GENERAL SERVICES ADMINISTRATION (Agency ID 4700) shows one recorded award with total obligated dollars of 0.00 and an average award value of 0.00. The profile therefore reflects award activity without measurable obligation value in the provided dataset.

Vendor concentration and leading contractors

MICROPACT, INC. is the only top vendor shown for this period, with one award and 0.00 in total obligated dollars. With a single vendor entry and no obligated value, vendor concentration cannot be assessed beyond that lone record.

Industry profile based on NAICS activity

NAICS 511210, SOFTWARE PUBLISHERS, is the only industry classification appearing in the provided results, with one award and 0.00 in total obligated dollars. This indicates the recorded activity in the analysis window is limited to a software publishing category, but without obligated value.

Annual contract trend over the analysis window

The annual trend shows activity only in 2017, with one award and 0.00 in total obligated dollars. No other years are represented in the supplied trend data, so there is no multi-year obligation pattern to evaluate.

How to interpret this page

This summary is based only on the supplied FPDS Query aggregates for the last 10 years. Metrics reflect the provided totals, award counts, vendor list, NAICS list, and annual trend, and no additional records or assumptions were used.

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 = '4700'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
MICROPACT, INC. 0.00 0.00 1

Insight

Over the last 10 years, GSA’s Top Vendors section reflects extremely limited vendor concentration in this view, with only one recorded award and no obligated dollars. MICROPACT, INC. is the sole listed vendor, accounting for 1 award with $0.00 obligated. This indicates a very narrow and non-material vendor distribution for the period captured here.

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 = '4700'
        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
511210 SOFTWARE PUBLISHERS 0.00 0.00 1

Insight

Over the last 10 years, GSA’s Top NAICS activity in this view is entirely concentrated in NAICS 511210, Software Publishers. The agency records one award in this category, with no obligated dollars reported, indicating no measurable spend distribution across additional NAICS codes in the provided data. This pattern suggests a highly limited and non-diversified procurement profile for the period reviewed.

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 = '4700'
        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
2017 0.00 0.00 1

Insight

Over the last 10 years, General Services Administration (Agency ID 4700) recorded one award in 2017 with no obligated dollars reported. Procurement activity in this window is therefore fully concentrated in a single year and reflects no obligated spending. The absence of additional awards or obligations across the period indicates no observable annual spending trend.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.