PSC Code

PSC 7030 Federal Contract Obligations (Last Year)

PSC 7030 covers information technology software obligations in the last full year, totaling 149.86 million across 923 award actions.

Federal purchases under PSC 7030, Information Technology Software, reached 149.86 million across 923 award actions in the last full year, with an average action value of 162,359.95. The Social Security Administration accounted for the largest share at 120.92 million, followed by the Internal Revenue Service, Defense Media Activity, USDA Departmental Administration, and the Department of State.

Generated at 03/21/2026

Analysis period: Last full year

Agency, vendor, and annual figures reflect reported FPDS obligations for the selected analysis window and may not capture later corrections or closeout adjustments.

PSC Code
7030
PSC Description
INFORMATION TECHNOLOGY SOFTWARE
Total Obligated
149.86 million
149,858,238.14
Award Actions
923
Average Action Value
162,359.95

About PSC 7030 federal contract activity

PSC 7030, INFORMATION TECHNOLOGY SOFTWARE, recorded $149.86 million in obligations across 923 awards during the last full year, with an average award value of $162,359.95. The volume and award count indicate a fragmented buy pattern with a mix of smaller transactions and several larger software procurements.

Agency demand and leading federal buyers

The Social Security Administration accounted for the largest share of obligations at $120.92 million across 23 awards, dominating activity in this PSC. The Internal Revenue Service, Defense Media Activity, USDA Departmental Administration, and the Department of State followed at materially lower levels, with obligations ranging from $6.35 million to $11.08 million.

Vendor concentration and leading contractors

CA, Inc. led vendor activity with $45.81 million across 5 awards, followed by BMC Software, Inc. at $37.23 million and International Business Machines Corporation at $36.03 million, each with 4 awards. Verizon Digital Media Services Inc. and Bloomberg Industry Group, Inc. rounded out the top five, suggesting a vendor base concentrated among established software and technology suppliers.

Annual contract trend over the analysis window

The annual trend data shows $149.86 million in obligations and 923 awards in 2025, which matches the last full-year totals provided. With only one year in the analysis window, the dataset supports a point-in-time view rather than a multi-year growth assessment.

How to interpret this page

This summary uses FPDS obligations for PSC 7030 over the last full year and aggregates awards by agency, vendor, and year. Amounts reflect obligated dollars only, and rankings are based on total obligated value within the provided analysis window.

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__productOrServiceInformation__productOrServiceCode = '7030'
        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 120,923,376.53 120.92 million 23
2050 INTERNAL REVENUE SERVICE 11,080,939.06 11.08 million 79
97F1 DEFENSE MEDIA ACTIVITY (DMA) 10,422,636.26 10.42 million 7
1205 USDA, DEPARTMENTAL ADMINISTRATION 7,514,654.56 7.51 million 23
1900 STATE, DEPARTMENT OF 6,350,127.36 6.35 million 35
3600 VETERANS AFFAIRS, DEPARTMENT OF 3,875,675.28 3.88 million 30
2100 DEPT OF THE ARMY 673,620.02 673.62 thousand 23
6938 MARITIME ADMINISTRATION 550,450.48 550.45 thousand 5
2900 FEDERAL TRADE COMMISSION 403,567.04 403.57 thousand 82
1434 US GEOLOGICAL SURVEY 393,939.95 393.94 thousand 3

Insight

Obligations for PSC 7030 total $149.86 million across 923 awards in the last full year, with an average award value of $162,359.95. Spending is highly concentrated: the Social Security Administration accounts for $120.92 million, or about 80.7% of total obligations, on 23 awards. The next four agencies—the IRS, Defense Media Activity, USDA Departmental Administration, and the Department of State—add $35.36 million, while the remaining listed agencies are each below $4 million, indicating a steep drop-off after the top obligation holder.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '7030'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
CA, INC. 1E6U0 45,805,030.58 45.81 million 5
BMC SOFTWARE, INC. 02UX8 37,229,420.00 37.23 million 4
INTERNATIONAL BUSINESS MACHINES CORPORATION 30874 36,028,357.35 36.03 million 4
VERIZON DIGITAL MEDIA SERVICES INC. 10,427,636.25 10.43 million 6
BLOOMBERG INDUSTRY GROUP, INC. 9Z734 9,703,487.68 9.70 million 4
TOTARA LEARNING, INC. 87JE5 7,280,703.40 7.28 million 6
IDEMIA NATIONAL SECURITY SOLUTIONS LLC 1MJL8 6,909,062.65 6.91 million 2
FOUR 4M4Z2 1,532,642.68 1.53 million 6
WORLD WIDE TECHNOLOGY, LLC 0MNV1 1,207,172.82 1.21 million 3
ANACAPA MICRO PRODUCTS, INC. 0TXG2 884,776.00 884.78 thousand 6

Insight

In the last full year, PSC 7030 obligations totaled $149.86 million across 923 awards, with an average award value of $162,359.95. Vendor obligations were concentrated at the top: CA, INC. ($45.81 million), BMC SOFTWARE, INC. ($37.23 million), and INTERNATIONAL BUSINESS MACHINES CORPORATION ($36.03 million) together accounted for about 79 percent of total obligated dollars, while each received only 4-5 awards. The remaining top vendors were materially smaller by obligation value, indicating a highly concentrated spend profile in a small number of software vendors.

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__productOrServiceInformation__productOrServiceCode = '7030'
        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 149,858,238.14 149.86 million 923

Insight

During the last full year, PSC 7030 obligated $149.86 million across 923 awards, indicating a broad distribution of software-related spending rather than reliance on a small number of actions. The average award value was $162,359.95, which suggests a mix of lower- and moderate-dollar procurements. Because only one year is provided in the 1-year window, no year-over-year trend can be assessed from this view.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.